Html Css Color HEX #C01A9A Medium Violet Red

📋 copy color: '#C01A9A'

red 192 ◦ green 26 ◦ blue 154

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

Shades of Medium Violet Red #C01A9A

Tints of Medium Violet Red #C01A9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 41.4%

R = 51.61%
G = 6.99%
B = 41.4%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.20

 K value IS 0.25

RGB Variations

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

Color information

#C01A9A (or 0xC01A9A) is known color: Medium Violet Red. HEX triplet: C0, 1A and 9A. RGB value is (192,26,154). Sum of RGB (Red+Green+Blue) = 192+26+154=372 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.61% from 372); Green value is 26 (10.55% from 255 or 6.99% from 372); Blue value is 154 (60.55% from 255 or 41.40% from 372); Max value from RGB is 192 - color contains mainly: red. Hex color #C01A9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C01A9A is #3FE565. Grayscale: #595959. Windows color (decimal): -4187494 or 10099392. OLE color: 10099392.

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

Color convert

RGB 192 26 154 -
CMYK 0 0.86 0.20 0.25
HSL 313.73º 0.76% 0.43% -
HSV(B) 313.73º 0.86% 0.75% -
XYZ 27.94 14.28 31.86 -
YUV 90.23 164 200.59 -
System Red Green Blue C M Y K H S L
Decimal 192 26 154 0 0.86 0.20 0.25 313.73 0.76 0.43
Hex C0 1A 9A 0 56 14 19 13A 4C 2B
Octal 300 32 232 0 126 24 31 472 114 53
Binary 11000000 11010 10011010 0 1010110 10100 11001 100111010 1001100 101011

Color Harmonies of #C01A9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01A9A

Black with #C01A9A

Text Example


Text Example

White with #C01A9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01A9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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