Html Css Color HEX #C9255F Cerise

📋 copy color: '#C9255F'

red 201 ◦ green 37 ◦ blue 95

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

Shades of Cerise #C9255F

Tints of Cerise #C9255F

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.11%

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

R = 60.36%
G = 11.11%
B = 28.53%

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

#C9255F (or 0xC9255F) is known color: Cerise. HEX triplet: C9, 25 and 5F. RGB value is (201,37,95). Sum of RGB (Red+Green+Blue) = 201+37+95=333 (44% of max value = 765). Red value is 201 (78.91% from 255 or 60.36% from 333); Green value is 37 (14.84% from 255 or 11.11% from 333); Blue value is 95 (37.5% from 255 or 28.53% from 333); Max value from RGB is 201 - color contains mainly: red. Hex color #C9255F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9255F is #36DAA0. Grayscale: #5C5C5C. Windows color (decimal): -3594913 or 6235593. OLE color: 6235593.

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

Color convert

RGB 201 37 95 -
CMYK 0 0.82 0.53 0.21
HSL 338.78º 0.69% 0.47% -
HSV(B) 338.78º 0.82% 0.79% -
XYZ 26.81 14.57 12.22 -
YUV 92.65 129.33 205.28 -
System Red Green Blue C M Y K H S L
Decimal 201 37 95 0 0.82 0.53 0.21 338.78 0.69 0.47
Hex C9 25 5F 0 52 35 15 153 45 2F
Octal 311 45 137 0 122 65 25 523 105 57
Binary 11001001 100101 1011111 0 1010010 110101 10101 101010011 1000101 101111

Color Harmonies of #C9255F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9255F

Black with #C9255F

Text Example


Text Example

White with #C9255F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9255F; }

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

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

background-color css

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

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

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

border-color css

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

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

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