#CF0870

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

Shades of Medium Violet Red #CF0870

Tints of Medium Violet Red #CF0870

Color information

#CF0870 (or 0xCF0870) is unknown color: approx Medium Violet Red. HEX triplet: CF, 08 and 70. RGB value is (207,8,112). Sum of RGB (Red+Green+Blue) = 207+8+112=327 (43% of max value = 765). Red value is 207 (81.25% from 255 or 63.30% from 327); Green value is 8 (3.52% from 255 or 2.45% from 327); Blue value is 112 (44.14% from 255 or 34.25% from 327); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0870 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF0870 is #30F78F. Grayscale: #4F4F4F. Windows color (decimal): -3209104 or 7342287. OLE color: 7342287.

HSL color Cylindrical-coordinate representation of color #CF0870: hue angle of 328.64º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CF0870 is Cyan = 0, Magento = 0.96, Yellow = 0.46 and Black (K on CMYK) = 0.19.

Color convert

RGB2078112-
CMYK00.960.460.19
HSL328.64º92.56%42.16%-
HSV(B)328.64º96.14%81.18%-
XYZ28.7414.6116.63-
YUV79.36146.43219.04-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 63.30%
GREEN value IS 8 (3.52% from 255) = 2.45%
BLUE value IS 112 (44.14% from 255) = 34.25%
R=63.30%
G=2.45%
B=34.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.46
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207811200.960.460.19328.6492.5642.16
HexCF8700602E131495d2a
Octal317101600140562351113552
Binary110011111000111000001100000101110100111010010011011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF0870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF0870; }

 p { color: rgb(207,8,112); }

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

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

 a { background-color: rgb(207,8,112); }

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

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

 span { border-color: rgb(207,8,112); }

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