Html Css Color HEX #C93D5E Cerise

📋 copy color: '#C93D5E'

red 201 ◦ green 61 ◦ blue 94

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

Shades of Cerise #C93D5E

Tints of Cerise #C93D5E

RGB

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

 GREEN value IS 61 (24.22% from 255) = 17.13%

 BLUE value IS 94 (37.11% from 255) = 26.4%

R = 56.46%
G = 17.13%
B = 26.4%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.53

 K value IS 0.21

RGB Variations

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

Color information

#C93D5E (or 0xC93D5E) is known color: Cerise. HEX triplet: C9, 3D and 5E. RGB value is (201,61,94). Sum of RGB (Red+Green+Blue) = 201+61+94=356 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.46% from 356); Green value is 61 (24.22% from 255 or 17.13% from 356); Blue value is 94 (37.11% from 255 or 26.40% from 356); Max value from RGB is 201 - color contains mainly: red. Hex color #C93D5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93D5E is #36C2A1. Grayscale: #6A6A6A. Windows color (decimal): -3588770 or 6176201. OLE color: 6176201.

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

Color convert

RGB 201 61 94 -
CMYK 0 0.70 0.53 0.21
HSL 345.86º 0.56% 0.51% -
HSV(B) 345.86º 0.7% 0.79% -
XYZ 27.78 16.56 12.32 -
YUV 106.62 120.88 195.32 -
System Red Green Blue C M Y K H S L
Decimal 201 61 94 0 0.70 0.53 0.21 345.86 0.56 0.51
Hex C9 3D 5E 0 46 35 15 15A 38 33
Octal 311 75 136 0 106 65 25 532 70 63
Binary 11001001 111101 1011110 0 1000110 110101 10101 101011010 111000 110011

Color Harmonies of #C93D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93D5E

Black with #C93D5E

Text Example


Text Example

White with #C93D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93D5E; }

 p { color: rgb(201,61,94); }

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

background-color css

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

 a { background-color: rgb(201,61,94); }

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

border-color css

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

 span { border-color: rgb(201,61,94); }

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