Html Css Color HEX #C01A71 Medium Violet Red

📋 copy color: '#C01A71'

red 192 ◦ green 26 ◦ blue 113

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

Shades of Medium Violet Red #C01A71

Tints of Medium Violet Red #C01A71

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.85%

 BLUE value IS 113 (44.53% from 255) = 34.14%

R = 58.01%
G = 7.85%
B = 34.14%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#C01A71 (or 0xC01A71) is known color: Medium Violet Red. HEX triplet: C0, 1A and 71. RGB value is (192,26,113). Sum of RGB (Red+Green+Blue) = 192+26+113=331 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.01% from 331); Green value is 26 (10.55% from 255 or 7.85% from 331); Blue value is 113 (44.53% from 255 or 34.14% from 331); Max value from RGB is 192 - color contains mainly: red. Hex color #C01A71 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C01A71 is #3FE58E. Grayscale: #555555. Windows color (decimal): -4187535 or 7412416. OLE color: 7412416.

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

Color convert

RGB 192 26 113 -
CMYK 0 0.86 0.41 0.25
HSL 328.55º 0.76% 0.43% -
HSV(B) 328.55º 0.86% 0.75% -
XYZ 25.09 13.14 16.84 -
YUV 85.55 143.5 203.93 -
System Red Green Blue C M Y K H S L
Decimal 192 26 113 0 0.86 0.41 0.25 328.55 0.76 0.43
Hex C0 1A 71 0 56 29 19 149 4C 2B
Octal 300 32 161 0 126 51 31 511 114 53
Binary 11000000 11010 1110001 0 1010110 101001 11001 101001001 1001100 101011

Color Harmonies of #C01A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01A71

Black with #C01A71

Text Example


Text Example

White with #C01A71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01A71; }

 p { color: rgb(192,26,113); }

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

background-color css

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

 a { background-color: rgb(192,26,113); }

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

border-color css

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

 span { border-color: rgb(192,26,113); }

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