Html Css Color HEX #CC225C Cerise

📋 copy color: '#CC225C'

red 204 ◦ green 34 ◦ blue 92

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

Shades of Cerise #CC225C

Tints of Cerise #CC225C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 27.88%

R = 61.82%
G = 10.3%
B = 27.88%

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

#CC225C (or 0xCC225C) is known color: Cerise. HEX triplet: CC, 22 and 5C. RGB value is (204,34,92). Sum of RGB (Red+Green+Blue) = 204+34+92=330 (43% of max value = 765). Red value is 204 (80.08% from 255 or 61.82% from 330); Green value is 34 (13.67% from 255 or 10.30% from 330); Blue value is 92 (36.33% from 255 or 27.88% from 330); Max value from RGB is 204 - color contains mainly: red. Hex color #CC225C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC225C is #33DDA3. Grayscale: #5B5B5B. Windows color (decimal): -3399076 or 6038220. OLE color: 6038220.

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

Color convert

RGB 204 34 92 -
CMYK 0 0.83 0.55 0.2
HSL 339.53º 0.71% 0.47% -
HSV(B) 339.53º 0.83% 0.8% -
XYZ 27.41 14.75 11.53 -
YUV 91.44 128.32 208.28 -
System Red Green Blue C M Y K H S L
Decimal 204 34 92 0 0.83 0.55 0.2 339.53 0.71 0.47
Hex CC 22 5C 0 53 37 14 154 47 2F
Octal 314 42 134 0 123 67 24 524 107 57
Binary 11001100 100010 1011100 0 1010011 110111 10100 101010100 1000111 101111

Color Harmonies of #CC225C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC225C

Black with #CC225C

Text Example


Text Example

White with #CC225C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC225C; }

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

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

background-color css

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

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

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

border-color css

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

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

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