#CB3D7C

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

Shades of Deep Cerise #CB3D7C

Tints of Deep Cerise #CB3D7C

Color information

#CB3D7C (or 0xCB3D7C) is unknown color: approx Deep Cerise. HEX triplet: CB, 3D and 7C. RGB value is (203,61,124). Sum of RGB (Red+Green+Blue) = 203+61+124=388 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.32% from 388); Green value is 61 (24.22% from 255 or 15.72% from 388); Blue value is 124 (48.83% from 255 or 31.96% from 388); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3D7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3D7C is #34C283. Grayscale: #6E6E6E. Windows color (decimal): -3457668 or 8142283. OLE color: 8142283.

HSL color Cylindrical-coordinate representation of color #CB3D7C: hue angle of 333.38º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CB3D7C is Cyan = 0, Magento = 0.70, Yellow = 0.39 and Black (K on CMYK) = 0.20.

Color convert

RGB20361124-
CMYK00.700.390.20
HSL333.38º57.72%51.76%-
HSV(B)333.38º69.95%79.61%-
XYZ29.9417.4920.87-
YUV110.64135.54193.88-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 52.32%
GREEN value IS 61 (24.22% from 255) = 15.72%
BLUE value IS 124 (48.83% from 255) = 31.96%
R=52.32%
G=15.72%
B=31.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.39
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2036112400.700.390.20333.3857.7251.76
HexCB3D7C046271414d3a34
Octal31375174010647245157264
Binary1100101111110111111000100011010011110100101001101111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB3D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB3D7C; }

 p { color: rgb(203,61,124); }

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

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

 a { background-color: rgb(203,61,124); }

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

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

 span { border-color: rgb(203,61,124); }

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