Html Css Color HEX #CC225B Cerise

📋 copy color: '#CC225B'

red 204 ◦ green 34 ◦ blue 91

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

Shades of Cerise #CC225B

Tints of Cerise #CC225B

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.33%

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

R = 62.01%
G = 10.33%
B = 27.66%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.55

 K value IS 0.2

RGB Variations

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

Color information

#CC225B (or 0xCC225B) is known color: Cerise. HEX triplet: CC, 22 and 5B. RGB value is (204,34,91). Sum of RGB (Red+Green+Blue) = 204+34+91=329 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.01% from 329); Green value is 34 (13.67% from 255 or 10.33% from 329); Blue value is 91 (35.94% from 255 or 27.66% from 329); Max value from RGB is 204 - color contains mainly: red. Hex color #CC225B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC225B is #33DDA4. Grayscale: #5B5B5B. Windows color (decimal): -3399077 or 5972684. OLE color: 5972684.

HSL color Cylindrical-coordinate representation of color #CC225B: hue angle of 339.88º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CC225B is Cyan = 0, Magento = 0.83, Yellow = 0.55 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 34 91 -
CMYK 0 0.83 0.55 0.2
HSL 339.88º 0.71% 0.47% -
HSV(B) 339.88º 0.83% 0.8% -
XYZ 27.36 14.74 11.3 -
YUV 91.33 127.82 208.37 -
System Red Green Blue C M Y K H S L
Decimal 204 34 91 0 0.83 0.55 0.2 339.88 0.71 0.47
Hex CC 22 5B 0 53 37 14 154 47 2F
Octal 314 42 133 0 123 67 24 524 107 57
Binary 11001100 100010 1011011 0 1010011 110111 10100 101010100 1000111 101111

Color Harmonies of #CC225B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC225B

Black with #CC225B

Text Example


Text Example

White with #CC225B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC225B; }

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

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

background-color css

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

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

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

border-color css

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

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

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