Html Css Color HEX #C93894 Medium Red Violet

📋 copy color: '#C93894'

red 201 ◦ green 56 ◦ blue 148

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

Shades of Medium Red Violet #C93894

Tints of Medium Red Violet #C93894

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 36.54%

R = 49.63%
G = 13.83%
B = 36.54%

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

#C93894 (or 0xC93894) is known color: Medium Red Violet. HEX triplet: C9, 38 and 94. RGB value is (201,56,148). Sum of RGB (Red+Green+Blue) = 201+56+148=405 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.63% from 405); Green value is 56 (22.27% from 255 or 13.83% from 405); Blue value is 148 (58.20% from 255 or 36.54% from 405); Max value from RGB is 201 - color contains mainly: red. Hex color #C93894 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C93894 is #36C76B. Grayscale: #6D6D6D. Windows color (decimal): -3589996 or 9713865. OLE color: 9713865.

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

Color convert

RGB 201 56 148 -
CMYK 0 0.72 0.26 0.21
HSL 321.93º 0.57% 0.5% -
HSV(B) 321.93º 0.72% 0.79% -
XYZ 30.85 17.38 29.75 -
YUV 109.84 149.54 193.02 -
System Red Green Blue C M Y K H S L
Decimal 201 56 148 0 0.72 0.26 0.21 321.93 0.57 0.5
Hex C9 38 94 0 48 1A 15 142 39 32
Octal 311 70 224 0 110 32 25 502 71 62
Binary 11001001 111000 10010100 0 1001000 11010 10101 101000010 111001 110010

Color Harmonies of #C93894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93894

Black with #C93894

Text Example


Text Example

White with #C93894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93894; }

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

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

background-color css

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

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

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

border-color css

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

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

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