Html Css Color HEX #C9216A Cerise

📋 copy color: '#C9216A'

red 201 ◦ green 33 ◦ blue 106

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

Shades of Cerise #C9216A

Tints of Cerise #C9216A

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.71%

 BLUE value IS 106 (41.8% from 255) = 31.18%

R = 59.12%
G = 9.71%
B = 31.18%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.47

 K value IS 0.21

RGB Variations

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

Color information

#C9216A (or 0xC9216A) is known color: Cerise. HEX triplet: C9, 21 and 6A. RGB value is (201,33,106). Sum of RGB (Red+Green+Blue) = 201+33+106=340 (45% of max value = 765). Red value is 201 (78.91% from 255 or 59.12% from 340); Green value is 33 (13.28% from 255 or 9.71% from 340); Blue value is 106 (41.80% from 255 or 31.18% from 340); Max value from RGB is 201 - color contains mainly: red. Hex color #C9216A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9216A is #36DE95. Grayscale: #5B5B5B. Windows color (decimal): -3595926 or 6955465. OLE color: 6955465.

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

Color convert

RGB 201 33 106 -
CMYK 0 0.84 0.47 0.21
HSL 333.93º 0.72% 0.46% -
HSV(B) 333.93º 0.84% 0.79% -
XYZ 27.23 14.55 15.01 -
YUV 91.55 136.16 206.06 -
System Red Green Blue C M Y K H S L
Decimal 201 33 106 0 0.84 0.47 0.21 333.93 0.72 0.46
Hex C9 21 6A 0 54 2F 15 14E 48 2E
Octal 311 41 152 0 124 57 25 516 110 56
Binary 11001001 100001 1101010 0 1010100 101111 10101 101001110 1001000 101110

Color Harmonies of #C9216A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9216A

Black with #C9216A

Text Example


Text Example

White with #C9216A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9216A; }

 p { color: rgb(201,33,106); }

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

background-color css

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

 a { background-color: rgb(201,33,106); }

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

border-color css

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

 span { border-color: rgb(201,33,106); }

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