#CB378B

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

Shades of Deep Cerise #CB378B

Tints of Deep Cerise #CB378B

Color information

#CB378B (or 0xCB378B) is unknown color: approx Deep Cerise. HEX triplet: CB, 37 and 8B. RGB value is (203,55,139). Sum of RGB (Red+Green+Blue) = 203+55+139=397 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.13% from 397); Green value is 55 (21.88% from 255 or 13.85% from 397); Blue value is 139 (54.69% from 255 or 35.01% from 397); Max value from RGB is 203 - color contains mainly: red. Hex color #CB378B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB378B is #34C874. Grayscale: #6C6C6C. Windows color (decimal): -3459189 or 9123787. OLE color: 9123787.

HSL color Cylindrical-coordinate representation of color #CB378B: hue angle of 325.95º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CB378B is Cyan = 0, Magento = 0.73, Yellow = 0.32 and Black (K on CMYK) = 0.20.

Color convert

RGB20355139-
CMYK00.730.320.20
HSL325.95º58.73%50.59%-
HSV(B)325.95º72.91%79.61%-
XYZ30.6517.2926.15-
YUV108.83145.03195.17-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 51.13%
GREEN value IS 55 (21.88% from 255) = 13.85%
BLUE value IS 139 (54.69% from 255) = 35.01%
R=51.13%
G=13.85%
B=35.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.32
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2035513900.730.320.20325.9558.7350.59
HexCB378B04920141463b33
Octal31367213011140245067363
Binary11001011110111100010110100100110000010100101000110111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB378B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB378B; }

 p { color: rgb(203,55,139); }

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

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

 a { background-color: rgb(203,55,139); }

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

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

 span { border-color: rgb(203,55,139); }

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