Html Css Color HEX #C9245F Cerise

📋 copy color: '#C9245F'

red 201 ◦ green 36 ◦ blue 95

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

Shades of Cerise #C9245F

Tints of Cerise #C9245F

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.84%

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

R = 60.54%
G = 10.84%
B = 28.61%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.53

 K value IS 0.21

RGB Variations

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

Color information

#C9245F (or 0xC9245F) is known color: Cerise. HEX triplet: C9, 24 and 5F. RGB value is (201,36,95). Sum of RGB (Red+Green+Blue) = 201+36+95=332 (43% of max value = 765). Red value is 201 (78.91% from 255 or 60.54% from 332); Green value is 36 (14.45% from 255 or 10.84% from 332); Blue value is 95 (37.5% from 255 or 28.61% from 332); Max value from RGB is 201 - color contains mainly: red. Hex color #C9245F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9245F is #36DBA0. Grayscale: #5B5B5B. Windows color (decimal): -3595169 or 6235337. OLE color: 6235337.

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

Color convert

RGB 201 36 95 -
CMYK 0 0.82 0.53 0.21
HSL 338.55º 0.7% 0.46% -
HSV(B) 338.55º 0.82% 0.79% -
XYZ 26.78 14.51 12.21 -
YUV 92.06 129.66 205.7 -
System Red Green Blue C M Y K H S L
Decimal 201 36 95 0 0.82 0.53 0.21 338.55 0.7 0.46
Hex C9 24 5F 0 52 35 15 153 46 2E
Octal 311 44 137 0 122 65 25 523 106 56
Binary 11001001 100100 1011111 0 1010010 110101 10101 101010011 1000110 101110

Color Harmonies of #C9245F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9245F

Black with #C9245F

Text Example


Text Example

White with #C9245F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9245F; }

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

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

background-color css

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

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

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

border-color css

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

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

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