Html Css Color HEX #C9316E Cerise

📋 copy color: '#C9316E'

red 201 ◦ green 49 ◦ blue 110

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

Shades of Cerise #C9316E

Tints of Cerise #C9316E

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.61%

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

R = 55.83%
G = 13.61%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.45

 K value IS 0.21

RGB Variations

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

Color information

#C9316E (or 0xC9316E) is known color: Cerise. HEX triplet: C9, 31 and 6E. RGB value is (201,49,110). Sum of RGB (Red+Green+Blue) = 201+49+110=360 (47% of max value = 765). Red value is 201 (78.91% from 255 or 55.83% from 360); Green value is 49 (19.53% from 255 or 13.61% from 360); Blue value is 110 (43.36% from 255 or 30.56% from 360); Max value from RGB is 201 - color contains mainly: red. Hex color #C9316E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9316E is #36CE91. Grayscale: #656565. Windows color (decimal): -3591826 or 7221705. OLE color: 7221705.

HSL color Cylindrical-coordinate representation of color #C9316E: hue angle of 335.92º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C9316E is Cyan = 0, Magento = 0.76, Yellow = 0.45 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 49 110 -
CMYK 0 0.76 0.45 0.21
HSL 335.92º 0.61% 0.49% -
HSV(B) 335.92º 0.76% 0.79% -
XYZ 28 15.74 16.31 -
YUV 101.4 132.86 199.04 -
System Red Green Blue C M Y K H S L
Decimal 201 49 110 0 0.76 0.45 0.21 335.92 0.61 0.49
Hex C9 31 6E 0 4C 2D 15 150 3D 31
Octal 311 61 156 0 114 55 25 520 75 61
Binary 11001001 110001 1101110 0 1001100 101101 10101 101010000 111101 110001

Color Harmonies of #C9316E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9316E

Black with #C9316E

Text Example


Text Example

White with #C9316E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9316E; }

 p { color: rgb(201,49,110); }

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

background-color css

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

 a { background-color: rgb(201,49,110); }

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

border-color css

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

 span { border-color: rgb(201,49,110); }

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