Html Css Color HEX #CC226E Cerise

📋 copy color: '#CC226E'

red 204 ◦ green 34 ◦ blue 110

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

Shades of Cerise #CC226E

Tints of Cerise #CC226E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 31.61%

R = 58.62%
G = 9.77%
B = 31.61%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.46

 K value IS 0.2

RGB Variations

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

Color information

#CC226E (or 0xCC226E) is known color: Cerise. HEX triplet: CC, 22 and 6E. RGB value is (204,34,110). Sum of RGB (Red+Green+Blue) = 204+34+110=348 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.62% from 348); Green value is 34 (13.67% from 255 or 9.77% from 348); Blue value is 110 (43.36% from 255 or 31.61% from 348); Max value from RGB is 204 - color contains mainly: red. Hex color #CC226E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC226E is #33DD91. Grayscale: #5D5D5D. Windows color (decimal): -3399058 or 7217868. OLE color: 7217868.

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

Color convert

RGB 204 34 110 -
CMYK 0 0.83 0.46 0.2
HSL 333.18º 0.71% 0.47% -
HSV(B) 333.18º 0.83% 0.8% -
XYZ 28.29 15.11 16.18 -
YUV 93.49 137.32 206.82 -
System Red Green Blue C M Y K H S L
Decimal 204 34 110 0 0.83 0.46 0.2 333.18 0.71 0.47
Hex CC 22 6E 0 53 2E 14 14D 47 2F
Octal 314 42 156 0 123 56 24 515 107 57
Binary 11001100 100010 1101110 0 1010011 101110 10100 101001101 1000111 101111

Color Harmonies of #CC226E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC226E

Black with #CC226E

Text Example


Text Example

White with #CC226E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC226E; }

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

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

background-color css

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

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

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

border-color css

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

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

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