Html Css Color HEX #C9275F Cerise

📋 copy color: '#C9275F'

red 201 ◦ green 39 ◦ blue 95

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

Shades of Cerise #C9275F

Tints of Cerise #C9275F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.64%

 BLUE value IS 95 (37.5% from 255) = 28.36%

R = 60%
G = 11.64%
B = 28.36%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.53

 K value IS 0.21

RGB Variations

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

Color information

#C9275F (or 0xC9275F) is known color: Cerise. HEX triplet: C9, 27 and 5F. RGB value is (201,39,95). Sum of RGB (Red+Green+Blue) = 201+39+95=335 (44% of max value = 765). Red value is 201 (78.91% from 255 or 60% from 335); Green value is 39 (15.62% from 255 or 11.64% from 335); Blue value is 95 (37.5% from 255 or 28.36% from 335); Max value from RGB is 201 - color contains mainly: red. Hex color #C9275F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9275F is #36D8A0. Grayscale: #5D5D5D. Windows color (decimal): -3594401 or 6236105. OLE color: 6236105.

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

Color convert

RGB 201 39 95 -
CMYK 0 0.81 0.53 0.21
HSL 339.26º 0.68% 0.47% -
HSV(B) 339.26º 0.81% 0.79% -
XYZ 26.88 14.69 12.25 -
YUV 93.82 128.67 204.45 -
System Red Green Blue C M Y K H S L
Decimal 201 39 95 0 0.81 0.53 0.21 339.26 0.68 0.47
Hex C9 27 5F 0 51 35 15 153 44 2F
Octal 311 47 137 0 121 65 25 523 104 57
Binary 11001001 100111 1011111 0 1010001 110101 10101 101010011 1000100 101111

Color Harmonies of #C9275F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9275F

Black with #C9275F

Text Example


Text Example

White with #C9275F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9275F; }

 p { color: rgb(201,39,95); }

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

background-color css

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

 a { background-color: rgb(201,39,95); }

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

border-color css

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

 span { border-color: rgb(201,39,95); }

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