Html Css Color HEX #C93461 Cerise

📋 copy color: '#C93461'

red 201 ◦ green 52 ◦ blue 97

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

Shades of Cerise #C93461

Tints of Cerise #C93461

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.86%

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

R = 57.43%
G = 14.86%
B = 27.71%

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

#C93461 (or 0xC93461) is known color: Cerise. HEX triplet: C9, 34 and 61. RGB value is (201,52,97). Sum of RGB (Red+Green+Blue) = 201+52+97=350 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.43% from 350); Green value is 52 (20.70% from 255 or 14.86% from 350); Blue value is 97 (38.28% from 255 or 27.71% from 350); Max value from RGB is 201 - color contains mainly: red. Hex color #C93461 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93461 is #36CB9E. Grayscale: #656565. Windows color (decimal): -3591071 or 6370505. OLE color: 6370505.

HSL color Cylindrical-coordinate representation of color #C93461: hue angle of 341.88º degrees, saturation: 0.59, 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 #C93461 is Cyan = 0, Magento = 0.74, Yellow = 0.52 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 52 97 -
CMYK 0 0.74 0.52 0.21
HSL 341.88º 0.59% 0.5% -
HSV(B) 341.88º 0.74% 0.79% -
XYZ 27.47 15.74 12.9 -
YUV 101.68 125.36 198.84 -
System Red Green Blue C M Y K H S L
Decimal 201 52 97 0 0.74 0.52 0.21 341.88 0.59 0.5
Hex C9 34 61 0 4A 34 15 156 3B 32
Octal 311 64 141 0 112 64 25 526 73 62
Binary 11001001 110100 1100001 0 1001010 110100 10101 101010110 111011 110010

Color Harmonies of #C93461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93461

Black with #C93461

Text Example


Text Example

White with #C93461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93461; }

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

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

background-color css

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

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

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

border-color css

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

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

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