#CC288A

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

Shades of Deep Cerise #CC288A

Tints of Deep Cerise #CC288A

Color information

#CC288A (or 0xCC288A) is unknown color: approx Deep Cerise. HEX triplet: CC, 28 and 8A. RGB value is (204,40,138). Sum of RGB (Red+Green+Blue) = 204+40+138=382 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.40% from 382); Green value is 40 (16.02% from 255 or 10.47% from 382); Blue value is 138 (54.30% from 255 or 36.13% from 382); Max value from RGB is 204 - color contains mainly: red. Hex color #CC288A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC288A is #33D775. Grayscale: #636363. Windows color (decimal): -3397494 or 9054412. OLE color: 9054412.

HSL color Cylindrical-coordinate representation of color #CC288A: hue angle of 324.15º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CC288A is Cyan = 0, Magento = 0.80, Yellow = 0.32 and Black (K on CMYK) = 0.2.

Color convert

RGB20440138-
CMYK00.800.320.2
HSL324.15º67.21%47.84%-
HSV(B)324.15º80.39%80%-
XYZ30.2516.1925.58-
YUV100.21149.33202.03-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 53.40%
GREEN value IS 40 (16.02% from 255) = 10.47%
BLUE value IS 138 (54.30% from 255) = 36.13%
R=53.40%
G=10.47%
B=36.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.32
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2044013800.800.320.2324.1567.2147.84
HexCC288A05020141444330
Octal314502120120402450410360
Binary110011001010001000101001010000100000101001010001001000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC288A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC288A; }

 p { color: rgb(204,40,138); }

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

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

 a { background-color: rgb(204,40,138); }

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

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

 span { border-color: rgb(204,40,138); }

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