Html Css Color HEX #C93A85 Medium Red Violet

📋 copy color: '#C93A85'

red 201 ◦ green 58 ◦ blue 133

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

Shades of Medium Red Violet #C93A85

Tints of Medium Red Violet #C93A85

RGB

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

 GREEN value IS 58 (23.05% from 255) = 14.8%

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

R = 51.28%
G = 14.8%
B = 33.93%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.34

 K value IS 0.21

RGB Variations

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

Color information

#C93A85 (or 0xC93A85) is known color: Medium Red Violet. HEX triplet: C9, 3A and 85. RGB value is (201,58,133). Sum of RGB (Red+Green+Blue) = 201+58+133=392 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.28% from 392); Green value is 58 (23.05% from 255 or 14.80% from 392); Blue value is 133 (52.34% from 255 or 33.93% from 392); Max value from RGB is 201 - color contains mainly: red. Hex color #C93A85 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C93A85 is #36C57A. Grayscale: #6D6D6D. Windows color (decimal): -3589499 or 8731337. OLE color: 8731337.

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

Color convert

RGB 201 58 133 -
CMYK 0 0.71 0.34 0.21
HSL 328.53º 0.57% 0.51% -
HSV(B) 328.53º 0.71% 0.79% -
XYZ 29.83 17.14 23.93 -
YUV 109.31 141.38 193.4 -
System Red Green Blue C M Y K H S L
Decimal 201 58 133 0 0.71 0.34 0.21 328.53 0.57 0.51
Hex C9 3A 85 0 47 22 15 149 39 33
Octal 311 72 205 0 107 42 25 511 71 63
Binary 11001001 111010 10000101 0 1000111 100010 10101 101001001 111001 110011

Color Harmonies of #C93A85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93A85

Black with #C93A85

Text Example


Text Example

White with #C93A85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93A85; }

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

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

background-color css

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

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

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

border-color css

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

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

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