Html Css Color HEX #C93560 Cerise

📋 copy color: '#C93560'

red 201 ◦ green 53 ◦ blue 96

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

Shades of Cerise #C93560

Tints of Cerise #C93560

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.14%

 BLUE value IS 96 (37.89% from 255) = 27.43%

R = 57.43%
G = 15.14%
B = 27.43%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.52

 K value IS 0.21

RGB Variations

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

Color information

#C93560 (or 0xC93560) is known color: Cerise. HEX triplet: C9, 35 and 60. RGB value is (201,53,96). Sum of RGB (Red+Green+Blue) = 201+53+96=350 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.43% from 350); Green value is 53 (21.09% from 255 or 15.14% from 350); Blue value is 96 (37.89% from 255 or 27.43% from 350); Max value from RGB is 201 - color contains mainly: red. Hex color #C93560 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93560 is #36CA9F. Grayscale: #666666. Windows color (decimal): -3590816 or 6305225. OLE color: 6305225.

HSL color Cylindrical-coordinate representation of color #C93560: hue angle of 342.57º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C93560 is Cyan = 0, Magento = 0.74, Yellow = 0.52 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 53 96 -
CMYK 0 0.74 0.52 0.21
HSL 342.57º 0.58% 0.5% -
HSV(B) 342.57º 0.74% 0.79% -
XYZ 27.47 15.81 12.67 -
YUV 102.15 124.53 198.5 -
System Red Green Blue C M Y K H S L
Decimal 201 53 96 0 0.74 0.52 0.21 342.57 0.58 0.5
Hex C9 35 60 0 4A 34 15 157 3A 32
Octal 311 65 140 0 112 64 25 527 72 62
Binary 11001001 110101 1100000 0 1001010 110100 10101 101010111 111010 110010

Color Harmonies of #C93560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93560

Black with #C93560

Text Example


Text Example

White with #C93560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93560; }

 p { color: rgb(201,53,96); }

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

background-color css

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

 a { background-color: rgb(201,53,96); }

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

border-color css

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

 span { border-color: rgb(201,53,96); }

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