Html Css Color HEX #C01A9E Medium Violet Red

📋 copy color: '#C01A9E'

red 192 ◦ green 26 ◦ blue 158

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

Shades of Medium Violet Red #C01A9E

Tints of Medium Violet Red #C01A9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 42.02%

R = 51.06%
G = 6.91%
B = 42.02%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.18

 K value IS 0.25

RGB Variations

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

Color information

#C01A9E (or 0xC01A9E) is known color: Medium Violet Red. HEX triplet: C0, 1A and 9E. RGB value is (192,26,158). Sum of RGB (Red+Green+Blue) = 192+26+158=376 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.06% from 376); Green value is 26 (10.55% from 255 or 6.91% from 376); Blue value is 158 (62.11% from 255 or 42.02% from 376); Max value from RGB is 192 - color contains mainly: red. Hex color #C01A9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C01A9E is #3FE561. Grayscale: #5A5A5A. Windows color (decimal): -4187490 or 10361536. OLE color: 10361536.

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

Color convert

RGB 192 26 158 -
CMYK 0 0.86 0.18 0.25
HSL 312.29º 0.76% 0.43% -
HSV(B) 312.29º 0.86% 0.75% -
XYZ 28.28 14.41 33.64 -
YUV 90.68 166 200.27 -
System Red Green Blue C M Y K H S L
Decimal 192 26 158 0 0.86 0.18 0.25 312.29 0.76 0.43
Hex C0 1A 9E 0 56 12 19 138 4C 2B
Octal 300 32 236 0 126 22 31 470 114 53
Binary 11000000 11010 10011110 0 1010110 10010 11001 100111000 1001100 101011

Color Harmonies of #C01A9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01A9E

Black with #C01A9E

Text Example


Text Example

White with #C01A9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01A9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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