Html Css Color HEX #C9296F Cerise

📋 copy color: '#C9296F'

red 201 ◦ green 41 ◦ blue 111

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

Shades of Cerise #C9296F

Tints of Cerise #C9296F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.61%

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

R = 56.94%
G = 11.61%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.45

 K value IS 0.21

RGB Variations

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

Color information

#C9296F (or 0xC9296F) is known color: Cerise. HEX triplet: C9, 29 and 6F. RGB value is (201,41,111). Sum of RGB (Red+Green+Blue) = 201+41+111=353 (46% of max value = 765). Red value is 201 (78.91% from 255 or 56.94% from 353); Green value is 41 (16.41% from 255 or 11.61% from 353); Blue value is 111 (43.75% from 255 or 31.44% from 353); Max value from RGB is 201 - color contains mainly: red. Hex color #C9296F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9296F is #36D690. Grayscale: #606060. Windows color (decimal): -3593873 or 7285193. OLE color: 7285193.

HSL color Cylindrical-coordinate representation of color #C9296F: hue angle of 333.75º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C9296F is Cyan = 0, Magento = 0.80, Yellow = 0.45 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 41 111 -
CMYK 0 0.80 0.45 0.21
HSL 333.75º 0.66% 0.47% -
HSV(B) 333.75º 0.8% 0.79% -
XYZ 27.75 15.15 16.5 -
YUV 96.82 136.01 202.31 -
System Red Green Blue C M Y K H S L
Decimal 201 41 111 0 0.80 0.45 0.21 333.75 0.66 0.47
Hex C9 29 6F 0 50 2D 15 14E 42 2F
Octal 311 51 157 0 120 55 25 516 102 57
Binary 11001001 101001 1101111 0 1010000 101101 10101 101001110 1000010 101111

Color Harmonies of #C9296F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9296F

Black with #C9296F

Text Example


Text Example

White with #C9296F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9296F; }

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

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

background-color css

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

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

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

border-color css

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

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

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