Html Css Color HEX #C91982 Medium Violet Red

📋 copy color: '#C91982'

red 201 ◦ green 25 ◦ blue 130

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

Shades of Medium Violet Red #C91982

Tints of Medium Violet Red #C91982

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.02%

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

R = 56.46%
G = 7.02%
B = 36.52%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.35

 K value IS 0.21

RGB Variations

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

Color information

#C91982 (or 0xC91982) is known color: Medium Violet Red. HEX triplet: C9, 19 and 82. RGB value is (201,25,130). Sum of RGB (Red+Green+Blue) = 201+25+130=356 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.46% from 356); Green value is 25 (10.16% from 255 or 7.02% from 356); Blue value is 130 (51.17% from 255 or 36.52% from 356); Max value from RGB is 201 - color contains mainly: red. Hex color #C91982 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C91982 is #36E67D. Grayscale: #595959. Windows color (decimal): -3597950 or 8526281. OLE color: 8526281.

HSL color Cylindrical-coordinate representation of color #C91982: hue angle of 324.2º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C91982 is Cyan = 0, Magento = 0.88, Yellow = 0.35 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 25 130 -
CMYK 0 0.88 0.35 0.21
HSL 324.2º 0.78% 0.44% -
HSV(B) 324.2º 0.88% 0.79% -
XYZ 28.46 14.72 22.46 -
YUV 89.59 150.81 207.46 -
System Red Green Blue C M Y K H S L
Decimal 201 25 130 0 0.88 0.35 0.21 324.2 0.78 0.44
Hex C9 19 82 0 58 23 15 144 4E 2C
Octal 311 31 202 0 130 43 25 504 116 54
Binary 11001001 11001 10000010 0 1011000 100011 10101 101000100 1001110 101100

Color Harmonies of #C91982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91982

Black with #C91982

Text Example


Text Example

White with #C91982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91982; }

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

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

background-color css

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

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

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

border-color css

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

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

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