Html Css Color HEX #C9226D Cerise

📋 copy color: '#C9226D'

red 201 ◦ green 34 ◦ blue 109

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

Shades of Cerise #C9226D

Tints of Cerise #C9226D

RGB

 RED value IS 201 (78.91% from 255) = 58.43%

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

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

R = 58.43%
G = 9.88%
B = 31.69%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.46

 K value IS 0.21

RGB Variations

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

Color information

#C9226D (or 0xC9226D) is known color: Cerise. HEX triplet: C9, 22 and 6D. RGB value is (201,34,109). Sum of RGB (Red+Green+Blue) = 201+34+109=344 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.43% from 344); Green value is 34 (13.67% from 255 or 9.88% from 344); Blue value is 109 (42.97% from 255 or 31.69% from 344); Max value from RGB is 201 - color contains mainly: red. Hex color #C9226D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9226D is #36DD92. Grayscale: #5C5C5C. Windows color (decimal): -3595667 or 7152329. OLE color: 7152329.

HSL color Cylindrical-coordinate representation of color #C9226D: hue angle of 333.05º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C9226D is Cyan = 0, Magento = 0.83, Yellow = 0.46 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 34 109 -
CMYK 0 0.83 0.46 0.21
HSL 333.05º 0.71% 0.46% -
HSV(B) 333.05º 0.83% 0.79% -
XYZ 27.42 14.67 15.85 -
YUV 92.48 137.33 205.4 -
System Red Green Blue C M Y K H S L
Decimal 201 34 109 0 0.83 0.46 0.21 333.05 0.71 0.46
Hex C9 22 6D 0 53 2E 15 14D 47 2E
Octal 311 42 155 0 123 56 25 515 107 56
Binary 11001001 100010 1101101 0 1010011 101110 10101 101001101 1000111 101110

Color Harmonies of #C9226D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9226D

Black with #C9226D

Text Example


Text Example

White with #C9226D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9226D; }

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

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

background-color css

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

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

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

border-color css

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

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

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