#C3069C

Color #C3069C Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #C3069C

Tints of Medium Violet Red #C3069C

Color information

#C3069C (or 0xC3069C) is unknown color: approx Medium Violet Red. HEX triplet: C3, 06 and 9C. RGB value is (195,6,156). Sum of RGB (Red+Green+Blue) = 195+6+156=357 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.62% from 357); Green value is 6 (2.73% from 255 or 1.68% from 357); Blue value is 156 (61.33% from 255 or 43.70% from 357); Max value from RGB is 195 - color contains mainly: red. Hex color #C3069C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C3069C is #3CF963. Grayscale: #4F4F4F. Windows color (decimal): -3996004 or 10225347. OLE color: 10225347.

HSL color Cylindrical-coordinate representation of color #C3069C: hue angle of 312.38º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C3069C is Cyan = 0, Magento = 0.97, Yellow = 0.20 and Black (K on CMYK) = 0.24.

Color convert

RGB1956156-
CMYK00.970.200.24
HSL312.38º94.03%39.41%-
HSV(B)312.38º96.92%76.47%-
XYZ28.5714.1332.67-
YUV79.61171.12210.3-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 195 (76.56% from 255) = 54.62%
GREEN value IS 6 (2.73% from 255) = 1.68%
BLUE value IS 156 (61.33% from 255) = 43.70%
R=54.62%
G=1.68%
B=43.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.20
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195615600.970.200.24312.3894.0339.41
HexC369C06114181385e27
Octal30362340141243047013647
Binary11000011110100111000110000110100110001001110001011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3069C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3069C; }

 p { color: rgb(195,6,156); }

 H1.HeaderClassName
 {
   color: #C3069C;
 }
 .AnyTagClassName
 {
   color: #C3069C;
 }
</style>
background-color css

<style>
 a { background-color: #C3069C; }

 a { background-color: rgb(195,6,156); }

 div.DivClassName
 {
   background-color: #C3069C;
 }
 .BgClassName
 {
   background-color: #C3069C;
 }
</style>
border-color css

<style>
 span { border-color: #C3069C; }

 span { border-color: rgb(195,6,156); }

 td.TdClassName
 {
   border-color: #C3069C;
 }
 .TagClassName
 {
   border-color: #C3069C;
 }
</style>