Html Css Color HEX #C93892 Medium Red Violet

📋 copy color: '#C93892'

red 201 ◦ green 56 ◦ blue 146

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

Shades of Medium Red Violet #C93892

Tints of Medium Red Violet #C93892

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 36.23%

R = 49.88%
G = 13.9%
B = 36.23%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.27

 K value IS 0.21

RGB Variations

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

Color information

#C93892 (or 0xC93892) is known color: Medium Red Violet. HEX triplet: C9, 38 and 92. RGB value is (201,56,146). Sum of RGB (Red+Green+Blue) = 201+56+146=403 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.88% from 403); Green value is 56 (22.27% from 255 or 13.90% from 403); Blue value is 146 (57.42% from 255 or 36.23% from 403); Max value from RGB is 201 - color contains mainly: red. Hex color #C93892 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C93892 is #36C76D. Grayscale: #6D6D6D. Windows color (decimal): -3589998 or 9582793. OLE color: 9582793.

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

Color convert

RGB 201 56 146 -
CMYK 0 0.72 0.27 0.21
HSL 322.76º 0.57% 0.5% -
HSV(B) 322.76º 0.72% 0.79% -
XYZ 30.69 17.32 28.92 -
YUV 109.62 148.54 193.18 -
System Red Green Blue C M Y K H S L
Decimal 201 56 146 0 0.72 0.27 0.21 322.76 0.57 0.5
Hex C9 38 92 0 48 1B 15 143 39 32
Octal 311 70 222 0 110 33 25 503 71 62
Binary 11001001 111000 10010010 0 1001000 11011 10101 101000011 111001 110010

Color Harmonies of #C93892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93892

Black with #C93892

Text Example


Text Example

White with #C93892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93892; }

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

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

background-color css

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

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

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

border-color css

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

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

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