#CF0C83

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

Shades of Medium Violet Red #CF0C83

Tints of Medium Violet Red #CF0C83

Color information

#CF0C83 (or 0xCF0C83) is unknown color: approx Medium Violet Red. HEX triplet: CF, 0C and 83. RGB value is (207,12,131). Sum of RGB (Red+Green+Blue) = 207+12+131=350 (46% of max value = 765). Red value is 207 (81.25% from 255 or 59.14% from 350); Green value is 12 (5.08% from 255 or 3.43% from 350); Blue value is 131 (51.56% from 255 or 37.43% from 350); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0C83 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF0C83 is #30F37C. Grayscale: #535353. Windows color (decimal): -3208061 or 8588495. OLE color: 8588495.

HSL color Cylindrical-coordinate representation of color #CF0C83: hue angle of 323.38º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CF0C83 is Cyan = 0, Magento = 0.94, Yellow = 0.37 and Black (K on CMYK) = 0.19.

Color convert

RGB20712131-
CMYK00.940.370.19
HSL323.38º89.04%42.94%-
HSV(B)323.38º94.2%81.18%-
XYZ29.9615.1722.82-
YUV83.87154.6215.82-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 59.14%
GREEN value IS 12 (5.08% from 255) = 3.43%
BLUE value IS 131 (51.56% from 255) = 37.43%
R=59.14%
G=3.43%
B=37.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.37
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071213100.940.370.19323.3889.0442.94
HexCFC8305E2513143592b
Octal317142030136452350313153
Binary1100111111001000001101011110100101100111010000111011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF0C83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF0C83; }

 p { color: rgb(207,12,131); }

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

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

 a { background-color: rgb(207,12,131); }

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

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

 span { border-color: rgb(207,12,131); }

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