#C612A0

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

Shades of Medium Violet Red #C612A0

Tints of Medium Violet Red #C612A0

Color information

#C612A0 (or 0xC612A0) is unknown color: approx Medium Violet Red. HEX triplet: C6, 12 and A0. RGB value is (198,18,160). Sum of RGB (Red+Green+Blue) = 198+18+160=376 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.66% from 376); Green value is 18 (7.42% from 255 or 4.79% from 376); Blue value is 160 (62.89% from 255 or 42.55% from 376); Max value from RGB is 198 - color contains mainly: red. Hex color #C612A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C612A0 is #39ED5F. Grayscale: #575757. Windows color (decimal): -3796320 or 10490566. OLE color: 10490566.

HSL color Cylindrical-coordinate representation of color #C612A0: hue angle of 312.67º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C612A0 is Cyan = 0, Magento = 0.91, Yellow = 0.19 and Black (K on CMYK) = 0.22.

Color convert

RGB19818160-
CMYK00.910.190.22
HSL312.67º83.33%42.35%-
HSV(B)312.67º90.91%77.65%-
XYZ29.8514.9834.58-
YUV88.01168.63206.45-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 52.66%
GREEN value IS 18 (7.42% from 255) = 4.79%
BLUE value IS 160 (62.89% from 255) = 42.55%
R=52.66%
G=4.79%
B=42.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.19
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981816000.910.190.22312.6783.3342.35
HexC612A005B1316139532a
Octal306222400133232647112352
Binary1100011010010101000000101101110011101101001110011010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C612A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C612A0; }

 p { color: rgb(198,18,160); }

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

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

 a { background-color: rgb(198,18,160); }

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

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

 span { border-color: rgb(198,18,160); }

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