Html Css Color HEX #C90382 Medium Violet Red

📋 copy color: '#C90382'

red 201 ◦ green 3 ◦ blue 130

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

Shades of Medium Violet Red #C90382

Tints of Medium Violet Red #C90382

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 38.92%

R = 60.18%
G = 0.9%
B = 38.92%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.35

 K value IS 0.21

RGB Variations

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

Color information

#C90382 (or 0xC90382) is known color: Medium Violet Red. HEX triplet: C9, 03 and 82. RGB value is (201,3,130). Sum of RGB (Red+Green+Blue) = 201+3+130=334 (44% of max value = 765). Red value is 201 (78.91% from 255 or 60.18% from 334); Green value is 3 (1.56% from 255 or 0.90% from 334); Blue value is 130 (51.17% from 255 or 38.92% from 334); Max value from RGB is 201 - color contains mainly: red. Hex color #C90382 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C90382 is #36FC7D. Grayscale: #4C4C4C. Windows color (decimal): -3603582 or 8520649. OLE color: 8520649.

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

Color convert

RGB 201 3 130 -
CMYK 0 0.99 0.35 0.21
HSL 321.52º 0.97% 0.4% -
HSV(B) 321.52º 0.99% 0.79% -
XYZ 28.15 14.09 22.36 -
YUV 76.68 158.1 216.67 -
System Red Green Blue C M Y K H S L
Decimal 201 3 130 0 0.99 0.35 0.21 321.52 0.97 0.4
Hex C9 3 82 0 63 23 15 142 61 28
Octal 311 3 202 0 143 43 25 502 141 50
Binary 11001001 11 10000010 0 1100011 100011 10101 101000010 1100001 101000

Color Harmonies of #C90382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90382

Black with #C90382

Text Example


Text Example

White with #C90382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90382; }

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

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

background-color css

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

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

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

border-color css

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

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

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