Html Css Color HEX #CC2A6E Cerise

📋 copy color: '#CC2A6E'

red 204 ◦ green 42 ◦ blue 110

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

Shades of Cerise #CC2A6E

Tints of Cerise #CC2A6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 30.9%

R = 57.3%
G = 11.8%
B = 30.9%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.46

 K value IS 0.2

RGB Variations

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

Color information

#CC2A6E (or 0xCC2A6E) is known color: Cerise. HEX triplet: CC, 2A and 6E. RGB value is (204,42,110). Sum of RGB (Red+Green+Blue) = 204+42+110=356 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.30% from 356); Green value is 42 (16.80% from 255 or 11.80% from 356); Blue value is 110 (43.36% from 255 or 30.90% from 356); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2A6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2A6E is #33D591. Grayscale: #626262. Windows color (decimal): -3397010 or 7219916. OLE color: 7219916.

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

Color convert

RGB 204 42 110 -
CMYK 0 0.79 0.46 0.2
HSL 334.81º 0.66% 0.48% -
HSV(B) 334.81º 0.79% 0.8% -
XYZ 28.54 15.62 16.26 -
YUV 98.19 134.67 203.47 -
System Red Green Blue C M Y K H S L
Decimal 204 42 110 0 0.79 0.46 0.2 334.81 0.66 0.48
Hex CC 2A 6E 0 4F 2E 14 14F 42 30
Octal 314 52 156 0 117 56 24 517 102 60
Binary 11001100 101010 1101110 0 1001111 101110 10100 101001111 1000010 110000

Color Harmonies of #CC2A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2A6E

Black with #CC2A6E

Text Example


Text Example

White with #CC2A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2A6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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