Html Css Color HEX #CC215B Cerise

📋 copy color: '#CC215B'

red 204 ◦ green 33 ◦ blue 91

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

Shades of Cerise #CC215B

Tints of Cerise #CC215B

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.06%

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

R = 62.2%
G = 10.06%
B = 27.74%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.55

 K value IS 0.2

RGB Variations

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

Color information

#CC215B (or 0xCC215B) is known color: Cerise. HEX triplet: CC, 21 and 5B. RGB value is (204,33,91). Sum of RGB (Red+Green+Blue) = 204+33+91=328 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.20% from 328); Green value is 33 (13.28% from 255 or 10.06% from 328); Blue value is 91 (35.94% from 255 or 27.74% from 328); Max value from RGB is 204 - color contains mainly: red. Hex color #CC215B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC215B is #33DEA4. Grayscale: #5A5A5A. Windows color (decimal): -3399333 or 5972428. OLE color: 5972428.

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

Color convert

RGB 204 33 91 -
CMYK 0 0.84 0.55 0.2
HSL 339.65º 0.72% 0.46% -
HSV(B) 339.65º 0.84% 0.8% -
XYZ 27.33 14.68 11.29 -
YUV 90.74 128.15 208.78 -
System Red Green Blue C M Y K H S L
Decimal 204 33 91 0 0.84 0.55 0.2 339.65 0.72 0.46
Hex CC 21 5B 0 54 37 14 154 48 2E
Octal 314 41 133 0 124 67 24 524 110 56
Binary 11001100 100001 1011011 0 1010100 110111 10100 101010100 1001000 101110

Color Harmonies of #CC215B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC215B

Black with #CC215B

Text Example


Text Example

White with #CC215B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC215B; }

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

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

background-color css

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

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

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

border-color css

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

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

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