Html Css Color HEX #C01A80 Medium Violet Red

📋 copy color: '#C01A80'

red 192 ◦ green 26 ◦ blue 128

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

Shades of Medium Violet Red #C01A80

Tints of Medium Violet Red #C01A80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 36.99%

R = 55.49%
G = 7.51%
B = 36.99%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#C01A80 (or 0xC01A80) is known color: Medium Violet Red. HEX triplet: C0, 1A and 80. RGB value is (192,26,128). Sum of RGB (Red+Green+Blue) = 192+26+128=346 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.49% from 346); Green value is 26 (10.55% from 255 or 7.51% from 346); Blue value is 128 (50.39% from 255 or 36.99% from 346); Max value from RGB is 192 - color contains mainly: red. Hex color #C01A80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C01A80 is #3FE57F. Grayscale: #575757. Windows color (decimal): -4187520 or 8395456. OLE color: 8395456.

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

Color convert

RGB 192 26 128 -
CMYK 0 0.86 0.33 0.25
HSL 323.13º 0.76% 0.43% -
HSV(B) 323.13º 0.86% 0.75% -
XYZ 26 13.5 21.66 -
YUV 87.26 151 202.71 -
System Red Green Blue C M Y K H S L
Decimal 192 26 128 0 0.86 0.33 0.25 323.13 0.76 0.43
Hex C0 1A 80 0 56 21 19 143 4C 2B
Octal 300 32 200 0 126 41 31 503 114 53
Binary 11000000 11010 10000000 0 1010110 100001 11001 101000011 1001100 101011

Color Harmonies of #C01A80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01A80

Black with #C01A80

Text Example


Text Example

White with #C01A80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01A80; }

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

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

background-color css

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

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

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

border-color css

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

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

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