Html Css Color HEX #C90380 Medium Violet Red

📋 copy color: '#C90380'

red 201 ◦ green 3 ◦ blue 128

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

Shades of Medium Violet Red #C90380

Tints of Medium Violet Red #C90380

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.9%

 BLUE value IS 128 (50.39% from 255) = 38.55%

R = 60.54%
G = 0.9%
B = 38.55%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.36

 K value IS 0.21

RGB Variations

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

Color information

#C90380 (or 0xC90380) is known color: Medium Violet Red. HEX triplet: C9, 03 and 80. RGB value is (201,3,128). Sum of RGB (Red+Green+Blue) = 201+3+128=332 (43% of max value = 765). Red value is 201 (78.91% from 255 or 60.54% from 332); Green value is 3 (1.56% from 255 or 0.90% from 332); Blue value is 128 (50.39% from 255 or 38.55% from 332); Max value from RGB is 201 - color contains mainly: red. Hex color #C90380 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C90380 is #36FC7F. Grayscale: #4C4C4C. Windows color (decimal): -3603584 or 8389577. OLE color: 8389577.

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

Color convert

RGB 201 3 128 -
CMYK 0 0.99 0.36 0.21
HSL 322.12º 0.97% 0.4% -
HSV(B) 322.12º 0.99% 0.79% -
XYZ 28.02 14.04 21.66 -
YUV 76.45 157.1 216.84 -
System Red Green Blue C M Y K H S L
Decimal 201 3 128 0 0.99 0.36 0.21 322.12 0.97 0.4
Hex C9 3 80 0 63 24 15 142 61 28
Octal 311 3 200 0 143 44 25 502 141 50
Binary 11001001 11 10000000 0 1100011 100100 10101 101000010 1100001 101000

Color Harmonies of #C90380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90380

Black with #C90380

Text Example


Text Example

White with #C90380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90380; }

 p { color: rgb(201,3,128); }

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

background-color css

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

 a { background-color: rgb(201,3,128); }

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

border-color css

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

 span { border-color: rgb(201,3,128); }

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