Html Css Color HEX #CC288B Deep Cerise

📋 copy color: '#CC288B'

red 204 ◦ green 40 ◦ blue 139

#CC288B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Cerise #CC288B

Tints of Deep Cerise #CC288B

RGB

 RED value IS 204 (80.08% from 255) = 53.26%

 GREEN value IS 40 (16.02% from 255) = 10.44%

 BLUE value IS 139 (54.69% from 255) = 36.29%

R = 53.26%
G = 10.44%
B = 36.29%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.32

 K value IS 0.2

RGB Variations

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

Color information

#CC288B (or 0xCC288B) is known color: Deep Cerise. HEX triplet: CC, 28 and 8B. RGB value is (204,40,139). Sum of RGB (Red+Green+Blue) = 204+40+139=383 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.26% from 383); Green value is 40 (16.02% from 255 or 10.44% from 383); Blue value is 139 (54.69% from 255 or 36.29% from 383); Max value from RGB is 204 - color contains mainly: red. Hex color #CC288B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC288B is #33D774. Grayscale: #646464. Windows color (decimal): -3397493 or 9119948. OLE color: 9119948.

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

Color convert

RGB 204 40 139 -
CMYK 0 0.80 0.32 0.2
HSL 323.78º 0.67% 0.48% -
HSV(B) 323.78º 0.8% 0.8% -
XYZ 30.32 16.22 25.96 -
YUV 100.32 149.83 201.95 -
System Red Green Blue C M Y K H S L
Decimal 204 40 139 0 0.80 0.32 0.2 323.78 0.67 0.48
Hex CC 28 8B 0 50 20 14 144 43 30
Octal 314 50 213 0 120 40 24 504 103 60
Binary 11001100 101000 10001011 0 1010000 100000 10100 101000100 1000011 110000

Color Harmonies of #CC288B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC288B

Black with #CC288B

Text Example


Text Example

White with #CC288B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC288B; }

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

 H1.HeaderClassName
 {
   color: #CC288B;
 }
 .AnyTagClassName
 {
   color: #CC288B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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