#CF3888

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

Shades of Deep Cerise #CF3888

Tints of Deep Cerise #CF3888

Color information

#CF3888 (or 0xCF3888) is unknown color: approx Deep Cerise. HEX triplet: CF, 38 and 88. RGB value is (207,56,136). Sum of RGB (Red+Green+Blue) = 207+56+136=399 (52% of max value = 765). Red value is 207 (81.25% from 255 or 51.88% from 399); Green value is 56 (22.27% from 255 or 14.04% from 399); Blue value is 136 (53.52% from 255 or 34.09% from 399); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3888 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF3888 is #30C777. Grayscale: #6E6E6E. Windows color (decimal): -3196792 or 8927439. OLE color: 8927439.

HSL color Cylindrical-coordinate representation of color #CF3888: hue angle of 328.21º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CF3888 is Cyan = 0, Magento = 0.73, Yellow = 0.34 and Black (K on CMYK) = 0.19.

Color convert

RGB20756136-
CMYK00.730.340.19
HSL328.21º61.13%51.57%-
HSV(B)328.21º72.95%81.18%-
XYZ31.5917.8725.08-
YUV110.27142.53197-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 51.88%
GREEN value IS 56 (22.27% from 255) = 14.04%
BLUE value IS 136 (53.52% from 255) = 34.09%
R=51.88%
G=14.04%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.34
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2075613600.730.340.19328.2161.1351.57
HexCF388804922131483d34
Octal31770210011142235107564
Binary11001111111000100010000100100110001010011101001000111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF3888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF3888; }

 p { color: rgb(207,56,136); }

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

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

 a { background-color: rgb(207,56,136); }

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

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

 span { border-color: rgb(207,56,136); }

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