#cf3f7b

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

Shades of Deep Cerise #CF3F7B

Tints of Deep Cerise #CF3F7B

Color information

#CF3F7B (or 0xCF3F7B) is unknown color: approx Deep Cerise. HEX triplet: CF, 3F and 7B. RGB value is (207,63,123). Sum of RGB (Red+Green+Blue) = 207+63+123=393 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.67% from 393); Green value is 63 (25% from 255 or 16.03% from 393); Blue value is 123 (48.44% from 255 or 31.30% from 393); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3F7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF3F7B is #30C084. Grayscale: #707070. Windows color (decimal): -3195013 or 8077263. OLE color: 8077263.

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

Color convert

RGB20763123-
CMYK00.700.410.19
HSL335º60%52.94%-
HSV(B)335º69.57%81.18%-
XYZ31.0818.2520.62-
YUV112.9133.71195.12-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 52.67%
GREEN value IS 63 (25% from 255) = 16.03%
BLUE value IS 123 (48.44% from 255) = 31.30%
R=52.67%
G=16.03%
B=31.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.41
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2076312300.700.410.193356052.94
HexCF3F7B046291314f3c35
Octal31777173010651235177465
Binary1100111111111111110110100011010100110011101001111111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cf3f7b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cf3f7b; }

 p { color: rgb(207,63,123); }

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

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

 a { background-color: rgb(207,63,123); }

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

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

 span { border-color: rgb(207,63,123); }

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