Html Css Color HEX #CC225D Cerise

📋 copy color: '#CC225D'

red 204 ◦ green 34 ◦ blue 93

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

Shades of Cerise #CC225D

Tints of Cerise #CC225D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 28.1%

R = 61.63%
G = 10.27%
B = 28.1%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.54

 K value IS 0.2

RGB Variations

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

Color information

#CC225D (or 0xCC225D) is known color: Cerise. HEX triplet: CC, 22 and 5D. RGB value is (204,34,93). Sum of RGB (Red+Green+Blue) = 204+34+93=331 (43% of max value = 765). Red value is 204 (80.08% from 255 or 61.63% from 331); Green value is 34 (13.67% from 255 or 10.27% from 331); Blue value is 93 (36.72% from 255 or 28.10% from 331); Max value from RGB is 204 - color contains mainly: red. Hex color #CC225D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC225D is #33DDA2. Grayscale: #5B5B5B. Windows color (decimal): -3399075 or 6103756. OLE color: 6103756.

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

Color convert

RGB 204 34 93 -
CMYK 0 0.83 0.54 0.2
HSL 339.18º 0.71% 0.47% -
HSV(B) 339.18º 0.83% 0.8% -
XYZ 27.45 14.77 11.76 -
YUV 91.56 128.82 208.2 -
System Red Green Blue C M Y K H S L
Decimal 204 34 93 0 0.83 0.54 0.2 339.18 0.71 0.47
Hex CC 22 5D 0 53 36 14 153 47 2F
Octal 314 42 135 0 123 66 24 523 107 57
Binary 11001100 100010 1011101 0 1010011 110110 10100 101010011 1000111 101111

Color Harmonies of #CC225D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC225D

Black with #CC225D

Text Example


Text Example

White with #CC225D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC225D; }

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

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

background-color css

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

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

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

border-color css

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

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

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