Html Css Color HEX #C90586 Medium Violet Red

📋 copy color: '#C90586'

red 201 ◦ green 5 ◦ blue 134

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

Shades of Medium Violet Red #C90586

Tints of Medium Violet Red #C90586

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.47%

 BLUE value IS 134 (52.73% from 255) = 39.41%

R = 59.12%
G = 1.47%
B = 39.41%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.33

 K value IS 0.21

RGB Variations

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

Color information

#C90586 (or 0xC90586) is known color: Medium Violet Red. HEX triplet: C9, 05 and 86. RGB value is (201,5,134). Sum of RGB (Red+Green+Blue) = 201+5+134=340 (45% of max value = 765). Red value is 201 (78.91% from 255 or 59.12% from 340); Green value is 5 (2.34% from 255 or 1.47% from 340); Blue value is 134 (52.73% from 255 or 39.41% from 340); Max value from RGB is 201 - color contains mainly: red. Hex color #C90586 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C90586 is #36FA79. Grayscale: #4D4D4D. Windows color (decimal): -3603066 or 8783305. OLE color: 8783305.

HSL color Cylindrical-coordinate representation of color #C90586: hue angle of 320.51º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C90586 is Cyan = 0, Magento = 0.98, Yellow = 0.33 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 5 134 -
CMYK 0 0.98 0.33 0.21
HSL 320.51º 0.95% 0.4% -
HSV(B) 320.51º 0.98% 0.79% -
XYZ 28.44 14.25 23.81 -
YUV 78.31 159.43 215.51 -
System Red Green Blue C M Y K H S L
Decimal 201 5 134 0 0.98 0.33 0.21 320.51 0.95 0.4
Hex C9 5 86 0 62 21 15 141 5F 28
Octal 311 5 206 0 142 41 25 501 137 50
Binary 11001001 101 10000110 0 1100010 100001 10101 101000001 1011111 101000

Color Harmonies of #C90586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90586

Black with #C90586

Text Example


Text Example

White with #C90586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90586; }

 p { color: rgb(201,5,134); }

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

background-color css

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

 a { background-color: rgb(201,5,134); }

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

border-color css

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

 span { border-color: rgb(201,5,134); }

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