Html Css Color HEX #CC226D Cerise

📋 copy color: '#CC226D'

red 204 ◦ green 34 ◦ blue 109

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

Shades of Cerise #CC226D

Tints of Cerise #CC226D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 31.41%

R = 58.79%
G = 9.8%
B = 31.41%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.47

 K value IS 0.2

RGB Variations

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

Color information

#CC226D (or 0xCC226D) is known color: Cerise. HEX triplet: CC, 22 and 6D. RGB value is (204,34,109). Sum of RGB (Red+Green+Blue) = 204+34+109=347 (45% of max value = 765). Red value is 204 (80.08% from 255 or 58.79% from 347); Green value is 34 (13.67% from 255 or 9.80% from 347); Blue value is 109 (42.97% from 255 or 31.41% from 347); Max value from RGB is 204 - color contains mainly: red. Hex color #CC226D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC226D is #33DD92. Grayscale: #5D5D5D. Windows color (decimal): -3399059 or 7152332. OLE color: 7152332.

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

Color convert

RGB 204 34 109 -
CMYK 0 0.83 0.47 0.2
HSL 333.53º 0.71% 0.47% -
HSV(B) 333.53º 0.83% 0.8% -
XYZ 28.23 15.09 15.89 -
YUV 93.38 136.82 206.9 -
System Red Green Blue C M Y K H S L
Decimal 204 34 109 0 0.83 0.47 0.2 333.53 0.71 0.47
Hex CC 22 6D 0 53 2F 14 14E 47 2F
Octal 314 42 155 0 123 57 24 516 107 57
Binary 11001100 100010 1101101 0 1010011 101111 10100 101001110 1000111 101111

Color Harmonies of #CC226D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC226D

Black with #CC226D

Text Example


Text Example

White with #CC226D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC226D; }

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

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

background-color css

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

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

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

border-color css

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

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

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