#CC287A

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

Shades of Deep Cerise #CC287A

Tints of Deep Cerise #CC287A

Color information

#CC287A (or 0xCC287A) is unknown color: approx Deep Cerise. HEX triplet: CC, 28 and 7A. RGB value is (204,40,122). Sum of RGB (Red+Green+Blue) = 204+40+122=366 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.74% from 366); Green value is 40 (16.02% from 255 or 10.93% from 366); Blue value is 122 (48.05% from 255 or 33.33% from 366); Max value from RGB is 204 - color contains mainly: red. Hex color #CC287A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC287A is #33D785. Grayscale: #626262. Windows color (decimal): -3397510 or 8005836. OLE color: 8005836.

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

Color convert

RGB20440122-
CMYK00.800.400.2
HSL330º67.21%47.84%-
HSV(B)330º80.39%80%-
XYZ29.1715.7619.92-
YUV98.38141.33203.33-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 55.74%
GREEN value IS 40 (16.02% from 255) = 10.93%
BLUE value IS 122 (48.05% from 255) = 33.33%
R=55.74%
G=10.93%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.40
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2044012200.800.400.233067.2147.84
HexCC287A050281414a4330
Octal314501720120502451210360
Binary11001100101000111101001010000101000101001010010101000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC287A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC287A; }

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

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

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

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

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

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

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

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