Html Css Color HEX #C01981 Medium Violet Red

📋 copy color: '#C01981'

red 192 ◦ green 25 ◦ blue 129

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

Shades of Medium Violet Red #C01981

Tints of Medium Violet Red #C01981

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 37.28%

R = 55.49%
G = 7.23%
B = 37.28%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#C01981 (or 0xC01981) is known color: Medium Violet Red. HEX triplet: C0, 19 and 81. RGB value is (192,25,129). Sum of RGB (Red+Green+Blue) = 192+25+129=346 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.49% from 346); Green value is 25 (10.16% from 255 or 7.23% from 346); Blue value is 129 (50.78% from 255 or 37.28% from 346); Max value from RGB is 192 - color contains mainly: red. Hex color #C01981 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C01981 is #3FE67E. Grayscale: #565656. Windows color (decimal): -4187775 or 8460736. OLE color: 8460736.

HSL color Cylindrical-coordinate representation of color #C01981: hue angle of 322.63º 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 #C01981 is Cyan = 0, Magento = 0.87, Yellow = 0.33 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 25 129 -
CMYK 0 0.87 0.33 0.25
HSL 322.63º 0.77% 0.43% -
HSV(B) 322.63º 0.87% 0.75% -
XYZ 26.05 13.49 22 -
YUV 86.79 151.83 203.04 -
System Red Green Blue C M Y K H S L
Decimal 192 25 129 0 0.87 0.33 0.25 322.63 0.77 0.43
Hex C0 19 81 0 57 21 19 143 4D 2B
Octal 300 31 201 0 127 41 31 503 115 53
Binary 11000000 11001 10000001 0 1010111 100001 11001 101000011 1001101 101011

Color Harmonies of #C01981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01981

Black with #C01981

Text Example


Text Example

White with #C01981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01981; }

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

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

background-color css

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

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

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

border-color css

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

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

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