#CF008C

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

Shades of Medium Violet Red #CF008C

Tints of Medium Violet Red #CF008C

Color information

#CF008C (or 0xCF008C) is unknown color: approx Medium Violet Red. HEX triplet: CF, 00 and 8C. RGB value is (207,0,140). Sum of RGB (Red+Green+Blue) = 207+0+140=347 (45% of max value = 765). Red value is 207 (81.25% from 255 or 59.65% from 347); Green value is 0 (0.39% from 255 or 0% from 347); Blue value is 140 (55.08% from 255 or 40.35% from 347); Max value from RGB is 207 - color contains mainly: red. Hex color #CF008C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF008C is #30FF73. Grayscale: #4D4D4D. Windows color (decimal): -3211124 or 9175247. OLE color: 9175247.

HSL color Cylindrical-coordinate representation of color #CF008C: hue angle of 319.42º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CF008C is Cyan = 0, Magento = 1, Yellow = 0.32 and Black (K on CMYK) = 0.19.

Color convert

RGB2070140-
CMYK010.320.19
HSL319.42º100%40.59%-
HSV(B)319.42º100%81.18%-
XYZ30.4715.1626.13-
YUV77.85163.08220.12-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 59.65%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 140 (55.08% from 255) = 40.35%
R=59.65%
G=0%
B=40.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.32
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2070140010.320.19319.4210040.59
HexCF08C064201313f6429
Octal31702140144402347714451
Binary1100111101000110001100100100000100111001111111100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF008C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF008C; }

 p { color: rgb(207,0,140); }

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

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

 a { background-color: rgb(207,0,140); }

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

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

 span { border-color: rgb(207,0,140); }

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