#CF2F7F

Color #CF2F7F Deep Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Cerise #CF2F7F

Tints of Deep Cerise #CF2F7F

Color information

#CF2F7F (or 0xCF2F7F) is unknown color: approx Deep Cerise. HEX triplet: CF, 2F and 7F. RGB value is (207,47,127). Sum of RGB (Red+Green+Blue) = 207+47+127=381 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.33% from 381); Green value is 47 (18.75% from 255 or 12.34% from 381); Blue value is 127 (50% from 255 or 33.33% from 381); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2F7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF2F7F is #30D080. Grayscale: #676767. Windows color (decimal): -3199105 or 8335311. OLE color: 8335311.

HSL color Cylindrical-coordinate representation of color #CF2F7F: hue angle of 330º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CF2F7F is Cyan = 0, Magento = 0.77, Yellow = 0.39 and Black (K on CMYK) = 0.19.

Color convert

RGB20747127-
CMYK00.770.390.19
HSL330º62.99%49.8%-
HSV(B)330º77.29%81.18%-
XYZ30.5816.8321.72-
YUV103.96141.01201.5-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 54.33%
GREEN value IS 47 (18.75% from 255) = 12.34%
BLUE value IS 127 (50% from 255) = 33.33%
R=54.33%
G=12.34%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.39
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2074712700.770.390.1933062.9949.8
HexCF2F7F04D271314a3f32
Octal31757177011547235127762
Binary1100111110111111111110100110110011110011101001010111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF2F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF2F7F; }

 p { color: rgb(207,47,127); }

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

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

 a { background-color: rgb(207,47,127); }

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

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

 span { border-color: rgb(207,47,127); }

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