Html Css Color HEX #CC2A5B Cerise

📋 copy color: '#CC2A5B'

red 204 ◦ green 42 ◦ blue 91

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

Shades of Cerise #CC2A5B

Tints of Cerise #CC2A5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 27%

R = 60.53%
G = 12.46%
B = 27%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.55

 K value IS 0.2

RGB Variations

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

Color information

#CC2A5B (or 0xCC2A5B) is known color: Cerise. HEX triplet: CC, 2A and 5B. RGB value is (204,42,91). Sum of RGB (Red+Green+Blue) = 204+42+91=337 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.53% from 337); Green value is 42 (16.80% from 255 or 12.46% from 337); Blue value is 91 (35.94% from 255 or 27.00% from 337); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2A5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2A5B is #33D5A4. Grayscale: #5F5F5F. Windows color (decimal): -3397029 or 5974732. OLE color: 5974732.

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

Color convert

RGB 204 42 91 -
CMYK 0 0.79 0.55 0.2
HSL 341.85º 0.66% 0.48% -
HSV(B) 341.85º 0.79% 0.8% -
XYZ 27.62 15.25 11.39 -
YUV 96.02 125.17 205.02 -
System Red Green Blue C M Y K H S L
Decimal 204 42 91 0 0.79 0.55 0.2 341.85 0.66 0.48
Hex CC 2A 5B 0 4F 37 14 156 42 30
Octal 314 52 133 0 117 67 24 526 102 60
Binary 11001100 101010 1011011 0 1001111 110111 10100 101010110 1000010 110000

Color Harmonies of #CC2A5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2A5B

Black with #CC2A5B

Text Example


Text Example

White with #CC2A5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2A5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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