Html Css Color HEX #C93471 Cerise

📋 copy color: '#C93471'

red 201 ◦ green 52 ◦ blue 113

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

Shades of Cerise #C93471

Tints of Cerise #C93471

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 30.87%

R = 54.92%
G = 14.21%
B = 30.87%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.44

 K value IS 0.21

RGB Variations

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

Color information

#C93471 (or 0xC93471) is known color: Cerise. HEX triplet: C9, 34 and 71. RGB value is (201,52,113). Sum of RGB (Red+Green+Blue) = 201+52+113=366 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.92% from 366); Green value is 52 (20.70% from 255 or 14.21% from 366); Blue value is 113 (44.53% from 255 or 30.87% from 366); Max value from RGB is 201 - color contains mainly: red. Hex color #C93471 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93471 is #36CB8E. Grayscale: #676767. Windows color (decimal): -3591055 or 7419081. OLE color: 7419081.

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

Color convert

RGB 201 52 113 -
CMYK 0 0.74 0.44 0.21
HSL 335.44º 0.59% 0.5% -
HSV(B) 335.44º 0.74% 0.79% -
XYZ 28.3 16.07 17.23 -
YUV 103.51 133.36 197.54 -
System Red Green Blue C M Y K H S L
Decimal 201 52 113 0 0.74 0.44 0.21 335.44 0.59 0.5
Hex C9 34 71 0 4A 2C 15 14F 3B 32
Octal 311 64 161 0 112 54 25 517 73 62
Binary 11001001 110100 1110001 0 1001010 101100 10101 101001111 111011 110010

Color Harmonies of #C93471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93471

Black with #C93471

Text Example


Text Example

White with #C93471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93471; }

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

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

background-color css

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

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

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

border-color css

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

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

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