Html Css Color HEX #C01982 Medium Violet Red

📋 copy color: '#C01982'

red 192 ◦ green 25 ◦ blue 130

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

Shades of Medium Violet Red #C01982

Tints of Medium Violet Red #C01982

RGB

 RED value IS 192 (75.39% from 255) = 55.33%

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

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

R = 55.33%
G = 7.2%
B = 37.46%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#C01982 (or 0xC01982) is known color: Medium Violet Red. HEX triplet: C0, 19 and 82. RGB value is (192,25,130). Sum of RGB (Red+Green+Blue) = 192+25+130=347 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.33% from 347); Green value is 25 (10.16% from 255 or 7.20% from 347); Blue value is 130 (51.17% from 255 or 37.46% from 347); Max value from RGB is 192 - color contains mainly: red. Hex color #C01982 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C01982 is #3FE67D. Grayscale: #565656. Windows color (decimal): -4187774 or 8526272. OLE color: 8526272.

HSL color Cylindrical-coordinate representation of color #C01982: hue angle of 322.28º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C01982 is Cyan = 0, Magento = 0.87, Yellow = 0.32 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 25 130 -
CMYK 0 0.87 0.32 0.25
HSL 322.28º 0.77% 0.43% -
HSV(B) 322.28º 0.87% 0.75% -
XYZ 26.12 13.51 22.35 -
YUV 86.9 152.33 202.96 -
System Red Green Blue C M Y K H S L
Decimal 192 25 130 0 0.87 0.32 0.25 322.28 0.77 0.43
Hex C0 19 82 0 57 20 19 142 4D 2B
Octal 300 31 202 0 127 40 31 502 115 53
Binary 11000000 11001 10000010 0 1010111 100000 11001 101000010 1001101 101011

Color Harmonies of #C01982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01982

Black with #C01982

Text Example


Text Example

White with #C01982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01982; }

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

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

background-color css

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

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

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

border-color css

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

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

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