Html Css Color HEX #C93464 Cerise

📋 copy color: '#C93464'

red 201 ◦ green 52 ◦ blue 100

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

Shades of Cerise #C93464

Tints of Cerise #C93464

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 28.33%

R = 56.94%
G = 14.73%
B = 28.33%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.50

 K value IS 0.21

RGB Variations

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

Color information

#C93464 (or 0xC93464) is known color: Cerise. HEX triplet: C9, 34 and 64. RGB value is (201,52,100). Sum of RGB (Red+Green+Blue) = 201+52+100=353 (46% of max value = 765). Red value is 201 (78.91% from 255 or 56.94% from 353); Green value is 52 (20.70% from 255 or 14.73% from 353); Blue value is 100 (39.45% from 255 or 28.33% from 353); Max value from RGB is 201 - color contains mainly: red. Hex color #C93464 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93464 is #36CB9B. Grayscale: #656565. Windows color (decimal): -3591068 or 6567113. OLE color: 6567113.

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

Color convert

RGB 201 52 100 -
CMYK 0 0.74 0.50 0.21
HSL 340.67º 0.59% 0.5% -
HSV(B) 340.67º 0.74% 0.79% -
XYZ 27.62 15.79 13.65 -
YUV 102.02 126.86 198.6 -
System Red Green Blue C M Y K H S L
Decimal 201 52 100 0 0.74 0.50 0.21 340.67 0.59 0.5
Hex C9 34 64 0 4A 32 15 155 3B 32
Octal 311 64 144 0 112 62 25 525 73 62
Binary 11001001 110100 1100100 0 1001010 110010 10101 101010101 111011 110010

Color Harmonies of #C93464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93464

Black with #C93464

Text Example


Text Example

White with #C93464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93464; }

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

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

background-color css

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

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

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

border-color css

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

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

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