#cf3e7e

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

Shades of Deep Cerise #CF3E7E

Tints of Deep Cerise #CF3E7E

Color information

#CF3E7E (or 0xCF3E7E) is unknown color: approx Deep Cerise. HEX triplet: CF, 3E and 7E. RGB value is (207,62,126). Sum of RGB (Red+Green+Blue) = 207+62+126=395 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.41% from 395); Green value is 62 (24.61% from 255 or 15.70% from 395); Blue value is 126 (49.61% from 255 or 31.90% from 395); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3E7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF3E7E is #30C181. Grayscale: #707070. Windows color (decimal): -3195266 or 8273615. OLE color: 8273615.

HSL color Cylindrical-coordinate representation of color #CF3E7E: hue angle of 333.52º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CF3E7E is Cyan = 0, Magento = 0.70, Yellow = 0.39 and Black (K on CMYK) = 0.19.

Color convert

RGB20762126-
CMYK00.700.390.19
HSL333.52º60.17%52.75%-
HSV(B)333.52º70.05%81.18%-
XYZ31.2218.2221.61-
YUV112.65135.54195.3-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 52.41%
GREEN value IS 62 (24.61% from 255) = 15.70%
BLUE value IS 126 (49.61% from 255) = 31.90%
R=52.41%
G=15.70%
B=31.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.39
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2076212600.700.390.19333.5260.1752.75
HexCF3E7E046271314e3c35
Octal31776176010647235167465
Binary1100111111111011111100100011010011110011101001110111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cf3e7e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cf3e7e; }

 p { color: rgb(207,62,126); }

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

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

 a { background-color: rgb(207,62,126); }

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

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

 span { border-color: rgb(207,62,126); }

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