#CF0C93

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

Shades of Medium Violet Red #CF0C93

Tints of Medium Violet Red #CF0C93

Color information

#CF0C93 (or 0xCF0C93) is unknown color: approx Medium Violet Red. HEX triplet: CF, 0C and 93. RGB value is (207,12,147). Sum of RGB (Red+Green+Blue) = 207+12+147=366 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.56% from 366); Green value is 12 (5.08% from 255 or 3.28% from 366); Blue value is 147 (57.81% from 255 or 40.16% from 366); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0C93 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF0C93 is #30F36C. Grayscale: #555555. Windows color (decimal): -3208045 or 9637071. OLE color: 9637071.

HSL color Cylindrical-coordinate representation of color #CF0C93: hue angle of 318.46º 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 #CF0C93 is Cyan = 0, Magento = 0.94, Yellow = 0.29 and Black (K on CMYK) = 0.19.

Color convert

RGB20712147-
CMYK00.940.290.19
HSL318.46º89.04%42.94%-
HSV(B)318.46º94.2%81.18%-
XYZ31.1315.6328.98-
YUV85.7162.6214.52-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 56.56%
GREEN value IS 12 (5.08% from 255) = 3.28%
BLUE value IS 147 (57.81% from 255) = 40.16%
R=56.56%
G=3.28%
B=40.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.29
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071214700.940.290.19318.4689.0442.94
HexCFC9305E1D1313e592b
Octal317142230136352347613153
Binary110011111100100100110101111011101100111001111101011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF0C93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF0C93; }

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

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

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

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

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

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

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

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