Html Css Color HEX #C01AA8 Medium Violet Red

📋 copy color: '#C01AA8'

red 192 ◦ green 26 ◦ blue 168

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

Shades of Medium Violet Red #C01AA8

Tints of Medium Violet Red #C01AA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 43.52%

R = 49.74%
G = 6.74%
B = 43.52%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.12

 K value IS 0.25

RGB Variations

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

Color information

#C01AA8 (or 0xC01AA8) is known color: Medium Violet Red. HEX triplet: C0, 1A and A8. RGB value is (192,26,168). Sum of RGB (Red+Green+Blue) = 192+26+168=386 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.74% from 386); Green value is 26 (10.55% from 255 or 6.74% from 386); Blue value is 168 (66.02% from 255 or 43.52% from 386); Max value from RGB is 192 - color contains mainly: red. Hex color #C01AA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C01AA8 is #3FE557. Grayscale: #5B5B5B. Windows color (decimal): -4187480 or 11016896. OLE color: 11016896.

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

Color convert

RGB 192 26 168 -
CMYK 0 0.86 0.12 0.25
HSL 308.67º 0.76% 0.43% -
HSV(B) 308.67º 0.86% 0.75% -
XYZ 29.18 14.77 38.36 -
YUV 91.82 171 199.45 -
System Red Green Blue C M Y K H S L
Decimal 192 26 168 0 0.86 0.12 0.25 308.67 0.76 0.43
Hex C0 1A A8 0 56 C 19 135 4C 2B
Octal 300 32 250 0 126 14 31 465 114 53
Binary 11000000 11010 10101000 0 1010110 1100 11001 100110101 1001100 101011

Color Harmonies of #C01AA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01AA8

Black with #C01AA8

Text Example


Text Example

White with #C01AA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01AA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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