Html Css Color HEX #CC2A8A Deep Cerise

📋 copy color: '#CC2A8A'

red 204 ◦ green 42 ◦ blue 138

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

Shades of Deep Cerise #CC2A8A

Tints of Deep Cerise #CC2A8A

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10.94%

 BLUE value IS 138 (54.3% from 255) = 35.94%

R = 53.13%
G = 10.94%
B = 35.94%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.32

 K value IS 0.2

RGB Variations

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

Color information

#CC2A8A (or 0xCC2A8A) is known color: Deep Cerise. HEX triplet: CC, 2A and 8A. RGB value is (204,42,138). Sum of RGB (Red+Green+Blue) = 204+42+138=384 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.12% from 384); Green value is 42 (16.80% from 255 or 10.94% from 384); Blue value is 138 (54.30% from 255 or 35.94% from 384); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2A8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2A8A is #33D575. Grayscale: #656565. Windows color (decimal): -3396982 or 9054924. OLE color: 9054924.

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

Color convert

RGB 204 42 138 -
CMYK 0 0.79 0.32 0.2
HSL 324.44º 0.66% 0.48% -
HSV(B) 324.44º 0.79% 0.8% -
XYZ 30.32 16.33 25.6 -
YUV 101.38 148.67 201.19 -
System Red Green Blue C M Y K H S L
Decimal 204 42 138 0 0.79 0.32 0.2 324.44 0.66 0.48
Hex CC 2A 8A 0 4F 20 14 144 42 30
Octal 314 52 212 0 117 40 24 504 102 60
Binary 11001100 101010 10001010 0 1001111 100000 10100 101000100 1000010 110000

Color Harmonies of #CC2A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2A8A

Black with #CC2A8A

Text Example


Text Example

White with #CC2A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2A8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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