Html Css Color HEX #C93961 Cerise

📋 copy color: '#C93961'

red 201 ◦ green 57 ◦ blue 97

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

Shades of Cerise #C93961

Tints of Cerise #C93961

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.06%

 BLUE value IS 97 (38.28% from 255) = 27.32%

R = 56.62%
G = 16.06%
B = 27.32%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.52

 K value IS 0.21

RGB Variations

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

Color information

#C93961 (or 0xC93961) is known color: Cerise. HEX triplet: C9, 39 and 61. RGB value is (201,57,97). Sum of RGB (Red+Green+Blue) = 201+57+97=355 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.62% from 355); Green value is 57 (22.66% from 255 or 16.06% from 355); Blue value is 97 (38.28% from 255 or 27.32% from 355); Max value from RGB is 201 - color contains mainly: red. Hex color #C93961 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93961 is #36C69E. Grayscale: #686868. Windows color (decimal): -3589791 or 6371785. OLE color: 6371785.

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

Color convert

RGB 201 57 97 -
CMYK 0 0.72 0.52 0.21
HSL 343.33º 0.57% 0.51% -
HSV(B) 343.33º 0.72% 0.79% -
XYZ 27.71 16.21 12.98 -
YUV 104.62 123.71 196.75 -
System Red Green Blue C M Y K H S L
Decimal 201 57 97 0 0.72 0.52 0.21 343.33 0.57 0.51
Hex C9 39 61 0 48 34 15 157 39 33
Octal 311 71 141 0 110 64 25 527 71 63
Binary 11001001 111001 1100001 0 1001000 110100 10101 101010111 111001 110011

Color Harmonies of #C93961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93961

Black with #C93961

Text Example


Text Example

White with #C93961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93961; }

 p { color: rgb(201,57,97); }

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

background-color css

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

 a { background-color: rgb(201,57,97); }

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

border-color css

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

 span { border-color: rgb(201,57,97); }

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