#CC378B

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

Shades of Deep Cerise #CC378B

Tints of Deep Cerise #CC378B

Color information

#CC378B (or 0xCC378B) is unknown color: approx Deep Cerise. HEX triplet: CC, 37 and 8B. RGB value is (204,55,139). Sum of RGB (Red+Green+Blue) = 204+55+139=398 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.26% from 398); Green value is 55 (21.88% from 255 or 13.82% from 398); Blue value is 139 (54.69% from 255 or 34.92% from 398); Max value from RGB is 204 - color contains mainly: red. Hex color #CC378B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC378B is #33C874. Grayscale: #6C6C6C. Windows color (decimal): -3393653 or 9123788. OLE color: 9123788.

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

Color convert

RGB20455139-
CMYK00.730.320.2
HSL326.17º59.36%50.78%-
HSV(B)326.17º73.04%80%-
XYZ30.9317.4326.16-
YUV109.13144.86195.67-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 51.26%
GREEN value IS 55 (21.88% from 255) = 13.82%
BLUE value IS 139 (54.69% from 255) = 34.92%
R=51.26%
G=13.82%
B=34.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.32
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2045513900.730.320.2326.1759.3650.78
HexCC378B04920141463b33
Octal31467213011140245067363
Binary11001100110111100010110100100110000010100101000110111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC378B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC378B; }

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

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

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

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

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

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

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

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