Html Css Color HEX #C93371 Cerise

📋 copy color: '#C93371'

red 201 ◦ green 51 ◦ blue 113

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

Shades of Cerise #C93371

Tints of Cerise #C93371

RGB

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

 GREEN value IS 51 (20.31% from 255) = 13.97%

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

R = 55.07%
G = 13.97%
B = 30.96%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.44

 K value IS 0.21

RGB Variations

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

Color information

#C93371 (or 0xC93371) is known color: Cerise. HEX triplet: C9, 33 and 71. RGB value is (201,51,113). Sum of RGB (Red+Green+Blue) = 201+51+113=365 (48% of max value = 765). Red value is 201 (78.91% from 255 or 55.07% from 365); Green value is 51 (20.31% from 255 or 13.97% from 365); Blue value is 113 (44.53% from 255 or 30.96% from 365); Max value from RGB is 201 - color contains mainly: red. Hex color #C93371 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93371 is #36CC8E. Grayscale: #666666. Windows color (decimal): -3591311 or 7418825. OLE color: 7418825.

HSL color Cylindrical-coordinate representation of color #C93371: hue angle of 335.2º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C93371 is Cyan = 0, Magento = 0.75, Yellow = 0.44 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 51 113 -
CMYK 0 0.75 0.44 0.21
HSL 335.2º 0.6% 0.49% -
HSV(B) 335.2º 0.75% 0.79% -
XYZ 28.25 15.98 17.22 -
YUV 102.92 133.7 197.96 -
System Red Green Blue C M Y K H S L
Decimal 201 51 113 0 0.75 0.44 0.21 335.2 0.6 0.49
Hex C9 33 71 0 4B 2C 15 14F 3C 31
Octal 311 63 161 0 113 54 25 517 74 61
Binary 11001001 110011 1110001 0 1001011 101100 10101 101001111 111100 110001

Color Harmonies of #C93371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93371

Black with #C93371

Text Example


Text Example

White with #C93371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93371; }

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

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

background-color css

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

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

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

border-color css

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

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

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