Html Css Color HEX #C01AA4 Medium Violet Red

📋 copy color: '#C01AA4'

red 192 ◦ green 26 ◦ blue 164

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

Shades of Medium Violet Red #C01AA4

Tints of Medium Violet Red #C01AA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 42.93%

R = 50.26%
G = 6.81%
B = 42.93%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.15

 K value IS 0.25

RGB Variations

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

Color information

#C01AA4 (or 0xC01AA4) is known color: Medium Violet Red. HEX triplet: C0, 1A and A4. RGB value is (192,26,164). Sum of RGB (Red+Green+Blue) = 192+26+164=382 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.26% from 382); Green value is 26 (10.55% from 255 or 6.81% from 382); Blue value is 164 (64.45% from 255 or 42.93% from 382); Max value from RGB is 192 - color contains mainly: red. Hex color #C01AA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C01AA4 is #3FE55B. Grayscale: #5A5A5A. Windows color (decimal): -4187484 or 10754752. OLE color: 10754752.

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

Color convert

RGB 192 26 164 -
CMYK 0 0.86 0.15 0.25
HSL 310.12º 0.76% 0.43% -
HSV(B) 310.12º 0.86% 0.75% -
XYZ 28.81 14.63 36.43 -
YUV 91.37 169 199.78 -
System Red Green Blue C M Y K H S L
Decimal 192 26 164 0 0.86 0.15 0.25 310.12 0.76 0.43
Hex C0 1A A4 0 56 F 19 136 4C 2B
Octal 300 32 244 0 126 17 31 466 114 53
Binary 11000000 11010 10100100 0 1010110 1111 11001 100110110 1001100 101011

Color Harmonies of #C01AA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01AA4

Black with #C01AA4

Text Example


Text Example

White with #C01AA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01AA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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