Html Css Color HEX #C93895 Medium Red Violet

📋 copy color: '#C93895'

red 201 ◦ green 56 ◦ blue 149

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

Shades of Medium Red Violet #C93895

Tints of Medium Red Violet #C93895

RGB

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

 GREEN value IS 56 (22.27% from 255) = 13.79%

 BLUE value IS 149 (58.59% from 255) = 36.7%

R = 49.51%
G = 13.79%
B = 36.7%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.26

 K value IS 0.21

RGB Variations

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

Color information

#C93895 (or 0xC93895) is known color: Medium Red Violet. HEX triplet: C9, 38 and 95. RGB value is (201,56,149). Sum of RGB (Red+Green+Blue) = 201+56+149=406 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.51% from 406); Green value is 56 (22.27% from 255 or 13.79% from 406); Blue value is 149 (58.59% from 255 or 36.70% from 406); Max value from RGB is 201 - color contains mainly: red. Hex color #C93895 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C93895 is #36C76A. Grayscale: #6D6D6D. Windows color (decimal): -3589995 or 9779401. OLE color: 9779401.

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

Color convert

RGB 201 56 149 -
CMYK 0 0.72 0.26 0.21
HSL 321.52º 0.57% 0.5% -
HSV(B) 321.52º 0.72% 0.79% -
XYZ 30.93 17.42 30.17 -
YUV 109.96 150.04 192.94 -
System Red Green Blue C M Y K H S L
Decimal 201 56 149 0 0.72 0.26 0.21 321.52 0.57 0.5
Hex C9 38 95 0 48 1A 15 142 39 32
Octal 311 70 225 0 110 32 25 502 71 62
Binary 11001001 111000 10010101 0 1001000 11010 10101 101000010 111001 110010

Color Harmonies of #C93895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93895

Black with #C93895

Text Example


Text Example

White with #C93895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93895; }

 p { color: rgb(201,56,149); }

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

background-color css

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

 a { background-color: rgb(201,56,149); }

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

border-color css

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

 span { border-color: rgb(201,56,149); }

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