Html Css Color HEX #C9316F Cerise

📋 copy color: '#C9316F'

red 201 ◦ green 49 ◦ blue 111

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

Shades of Cerise #C9316F

Tints of Cerise #C9316F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 30.75%

R = 55.68%
G = 13.57%
B = 30.75%

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

#C9316F (or 0xC9316F) is known color: Cerise. HEX triplet: C9, 31 and 6F. RGB value is (201,49,111). Sum of RGB (Red+Green+Blue) = 201+49+111=361 (47% of max value = 765). Red value is 201 (78.91% from 255 or 55.68% from 361); Green value is 49 (19.53% from 255 or 13.57% from 361); Blue value is 111 (43.75% from 255 or 30.75% from 361); Max value from RGB is 201 - color contains mainly: red. Hex color #C9316F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9316F is #36CE90. Grayscale: #656565. Windows color (decimal): -3591825 or 7287241. OLE color: 7287241.

HSL color Cylindrical-coordinate representation of color #C9316F: hue angle of 335.53º 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 #C9316F is Cyan = 0, Magento = 0.76, Yellow = 0.45 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 49 111 -
CMYK 0 0.76 0.45 0.21
HSL 335.53º 0.61% 0.49% -
HSV(B) 335.53º 0.76% 0.79% -
XYZ 28.05 15.76 16.6 -
YUV 101.52 133.36 198.96 -
System Red Green Blue C M Y K H S L
Decimal 201 49 111 0 0.76 0.45 0.21 335.53 0.61 0.49
Hex C9 31 6F 0 4C 2D 15 150 3D 31
Octal 311 61 157 0 114 55 25 520 75 61
Binary 11001001 110001 1101111 0 1001100 101101 10101 101010000 111101 110001

Color Harmonies of #C9316F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9316F

Black with #C9316F

Text Example


Text Example

White with #C9316F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9316F; }

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

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

background-color css

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

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

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

border-color css

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

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

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