Html Css Color HEX #CC2A6F Cerise

📋 copy color: '#CC2A6F'

red 204 ◦ green 42 ◦ blue 111

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

Shades of Cerise #CC2A6F

Tints of Cerise #CC2A6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 31.09%

R = 57.14%
G = 11.76%
B = 31.09%

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

#CC2A6F (or 0xCC2A6F) is known color: Cerise. HEX triplet: CC, 2A and 6F. RGB value is (204,42,111). Sum of RGB (Red+Green+Blue) = 204+42+111=357 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.14% from 357); Green value is 42 (16.80% from 255 or 11.76% from 357); Blue value is 111 (43.75% from 255 or 31.09% from 357); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2A6F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2A6F is #33D590. Grayscale: #626262. Windows color (decimal): -3397009 or 7285452. OLE color: 7285452.

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

Color convert

RGB 204 42 111 -
CMYK 0 0.79 0.46 0.2
HSL 334.44º 0.66% 0.48% -
HSV(B) 334.44º 0.79% 0.8% -
XYZ 28.6 15.64 16.55 -
YUV 98.3 135.17 203.39 -
System Red Green Blue C M Y K H S L
Decimal 204 42 111 0 0.79 0.46 0.2 334.44 0.66 0.48
Hex CC 2A 6F 0 4F 2E 14 14E 42 30
Octal 314 52 157 0 117 56 24 516 102 60
Binary 11001100 101010 1101111 0 1001111 101110 10100 101001110 1000010 110000

Color Harmonies of #CC2A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2A6F

Black with #CC2A6F

Text Example


Text Example

White with #CC2A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2A6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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