#CB378A

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

Shades of Deep Cerise #CB378A

Tints of Deep Cerise #CB378A

Color information

#CB378A (or 0xCB378A) is unknown color: approx Deep Cerise. HEX triplet: CB, 37 and 8A. RGB value is (203,55,138). Sum of RGB (Red+Green+Blue) = 203+55+138=396 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.26% from 396); Green value is 55 (21.88% from 255 or 13.89% from 396); Blue value is 138 (54.30% from 255 or 34.85% from 396); Max value from RGB is 203 - color contains mainly: red. Hex color #CB378A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB378A is #34C875. Grayscale: #6C6C6C. Windows color (decimal): -3459190 or 9058251. OLE color: 9058251.

HSL color Cylindrical-coordinate representation of color #CB378A: hue angle of 326.35º 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 #CB378A is Cyan = 0, Magento = 0.73, Yellow = 0.32 and Black (K on CMYK) = 0.20.

Color convert

RGB20355138-
CMYK00.730.320.20
HSL326.35º58.73%50.59%-
HSV(B)326.35º72.91%79.61%-
XYZ30.5817.2625.77-
YUV108.71144.53195.25-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 51.26%
GREEN value IS 55 (21.88% from 255) = 13.89%
BLUE value IS 138 (54.30% from 255) = 34.85%
R=51.26%
G=13.89%
B=34.85%

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
Decimal2035513800.730.320.20326.3558.7350.59
HexCB378A04920141463b33
Octal31367212011140245067363
Binary11001011110111100010100100100110000010100101000110111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB378A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB378A; }

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

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

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

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

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

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

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

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