Html Css Color HEX #CC226B Cerise

📋 copy color: '#CC226B'

red 204 ◦ green 34 ◦ blue 107

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

Shades of Cerise #CC226B

Tints of Cerise #CC226B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 31.01%

R = 59.13%
G = 9.86%
B = 31.01%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.48

 K value IS 0.2

RGB Variations

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

Color information

#CC226B (or 0xCC226B) is known color: Cerise. HEX triplet: CC, 22 and 6B. RGB value is (204,34,107). Sum of RGB (Red+Green+Blue) = 204+34+107=345 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.13% from 345); Green value is 34 (13.67% from 255 or 9.86% from 345); Blue value is 107 (42.19% from 255 or 31.01% from 345); Max value from RGB is 204 - color contains mainly: red. Hex color #CC226B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC226B is #33DD94. Grayscale: #5D5D5D. Windows color (decimal): -3399061 or 7021260. OLE color: 7021260.

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

Color convert

RGB 204 34 107 -
CMYK 0 0.83 0.48 0.2
HSL 334.24º 0.71% 0.47% -
HSV(B) 334.24º 0.83% 0.8% -
XYZ 28.13 15.04 15.33 -
YUV 93.15 135.82 207.06 -
System Red Green Blue C M Y K H S L
Decimal 204 34 107 0 0.83 0.48 0.2 334.24 0.71 0.47
Hex CC 22 6B 0 53 30 14 14E 47 2F
Octal 314 42 153 0 123 60 24 516 107 57
Binary 11001100 100010 1101011 0 1010011 110000 10100 101001110 1000111 101111

Color Harmonies of #CC226B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC226B

Black with #CC226B

Text Example


Text Example

White with #CC226B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC226B; }

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

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

background-color css

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

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

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

border-color css

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

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

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