Html Css Color HEX #C01AA1 Medium Violet Red

📋 copy color: '#C01AA1'

red 192 ◦ green 26 ◦ blue 161

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

Shades of Medium Violet Red #C01AA1

Tints of Medium Violet Red #C01AA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 42.48%

R = 50.66%
G = 6.86%
B = 42.48%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.16

 K value IS 0.25

RGB Variations

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

Color information

#C01AA1 (or 0xC01AA1) is known color: Medium Violet Red. HEX triplet: C0, 1A and A1. RGB value is (192,26,161). Sum of RGB (Red+Green+Blue) = 192+26+161=379 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.66% from 379); Green value is 26 (10.55% from 255 or 6.86% from 379); Blue value is 161 (63.28% from 255 or 42.48% from 379); Max value from RGB is 192 - color contains mainly: red. Hex color #C01AA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C01AA1 is #3FE55E. Grayscale: #5A5A5A. Windows color (decimal): -4187487 or 10558144. OLE color: 10558144.

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

Color convert

RGB 192 26 161 -
CMYK 0 0.86 0.16 0.25
HSL 311.2º 0.76% 0.43% -
HSV(B) 311.2º 0.86% 0.75% -
XYZ 28.54 14.52 35.02 -
YUV 91.02 167.5 200.02 -
System Red Green Blue C M Y K H S L
Decimal 192 26 161 0 0.86 0.16 0.25 311.2 0.76 0.43
Hex C0 1A A1 0 56 10 19 137 4C 2B
Octal 300 32 241 0 126 20 31 467 114 53
Binary 11000000 11010 10100001 0 1010110 10000 11001 100110111 1001100 101011

Color Harmonies of #C01AA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01AA1

Black with #C01AA1

Text Example


Text Example

White with #C01AA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01AA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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