Html Css Color HEX #C93985 Medium Red Violet

📋 copy color: '#C93985'

red 201 ◦ green 57 ◦ blue 133

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

Shades of Medium Red Violet #C93985

Tints of Medium Red Violet #C93985

RGB

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

 GREEN value IS 57 (22.66% from 255) = 14.58%

 BLUE value IS 133 (52.34% from 255) = 34.02%

R = 51.41%
G = 14.58%
B = 34.02%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.34

 K value IS 0.21

RGB Variations

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

Color information

#C93985 (or 0xC93985) is known color: Medium Red Violet. HEX triplet: C9, 39 and 85. RGB value is (201,57,133). Sum of RGB (Red+Green+Blue) = 201+57+133=391 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.41% from 391); Green value is 57 (22.66% from 255 or 14.58% from 391); Blue value is 133 (52.34% from 255 or 34.02% from 391); Max value from RGB is 201 - color contains mainly: red. Hex color #C93985 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C93985 is #36C67A. Grayscale: #6C6C6C. Windows color (decimal): -3589755 or 8731081. OLE color: 8731081.

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

Color convert

RGB 201 57 133 -
CMYK 0 0.72 0.34 0.21
HSL 328.33º 0.57% 0.51% -
HSV(B) 328.33º 0.72% 0.79% -
XYZ 29.78 17.04 23.91 -
YUV 108.72 141.71 193.82 -
System Red Green Blue C M Y K H S L
Decimal 201 57 133 0 0.72 0.34 0.21 328.33 0.57 0.51
Hex C9 39 85 0 48 22 15 148 39 33
Octal 311 71 205 0 110 42 25 510 71 63
Binary 11001001 111001 10000101 0 1001000 100010 10101 101001000 111001 110011

Color Harmonies of #C93985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93985

Black with #C93985

Text Example


Text Example

White with #C93985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93985; }

 p { color: rgb(201,57,133); }

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

background-color css

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

 a { background-color: rgb(201,57,133); }

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

border-color css

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

 span { border-color: rgb(201,57,133); }

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