Html Css Color HEX #C93A62 Cerise

📋 copy color: '#C93A62'

red 201 ◦ green 58 ◦ blue 98

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

Shades of Cerise #C93A62

Tints of Cerise #C93A62

RGB

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

 GREEN value IS 58 (23.05% from 255) = 16.25%

 BLUE value IS 98 (38.67% from 255) = 27.45%

R = 56.3%
G = 16.25%
B = 27.45%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.51

 K value IS 0.21

RGB Variations

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

Color information

#C93A62 (or 0xC93A62) is known color: Cerise. HEX triplet: C9, 3A and 62. RGB value is (201,58,98). Sum of RGB (Red+Green+Blue) = 201+58+98=357 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.30% from 357); Green value is 58 (23.05% from 255 or 16.25% from 357); Blue value is 98 (38.67% from 255 or 27.45% from 357); Max value from RGB is 201 - color contains mainly: red. Hex color #C93A62 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93A62 is #36C59D. Grayscale: #696969. Windows color (decimal): -3589534 or 6437577. OLE color: 6437577.

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

Color convert

RGB 201 58 98 -
CMYK 0 0.71 0.51 0.21
HSL 343.22º 0.57% 0.51% -
HSV(B) 343.22º 0.71% 0.79% -
XYZ 27.81 16.33 13.24 -
YUV 105.32 123.88 196.25 -
System Red Green Blue C M Y K H S L
Decimal 201 58 98 0 0.71 0.51 0.21 343.22 0.57 0.51
Hex C9 3A 62 0 47 33 15 157 39 33
Octal 311 72 142 0 107 63 25 527 71 63
Binary 11001001 111010 1100010 0 1000111 110011 10101 101010111 111001 110011

Color Harmonies of #C93A62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93A62

Black with #C93A62

Text Example


Text Example

White with #C93A62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93A62; }

 p { color: rgb(201,58,98); }

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

background-color css

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

 a { background-color: rgb(201,58,98); }

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

border-color css

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

 span { border-color: rgb(201,58,98); }

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