Html Css Color HEX #C01A91 Medium Violet Red

📋 copy color: '#C01A91'

red 192 ◦ green 26 ◦ blue 145

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

Shades of Medium Violet Red #C01A91

Tints of Medium Violet Red #C01A91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 39.94%

R = 52.89%
G = 7.16%
B = 39.94%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.24

 K value IS 0.25

RGB Variations

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

Color information

#C01A91 (or 0xC01A91) is known color: Medium Violet Red. HEX triplet: C0, 1A and 91. RGB value is (192,26,145). Sum of RGB (Red+Green+Blue) = 192+26+145=363 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.89% from 363); Green value is 26 (10.55% from 255 or 7.16% from 363); Blue value is 145 (57.03% from 255 or 39.94% from 363); Max value from RGB is 192 - color contains mainly: red. Hex color #C01A91 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C01A91 is #3FE56E. Grayscale: #585858. Windows color (decimal): -4187503 or 9509568. OLE color: 9509568.

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

Color convert

RGB 192 26 145 -
CMYK 0 0.86 0.24 0.25
HSL 316.99º 0.76% 0.43% -
HSV(B) 316.99º 0.86% 0.75% -
XYZ 27.22 13.99 28.05 -
YUV 89.2 159.5 201.32 -
System Red Green Blue C M Y K H S L
Decimal 192 26 145 0 0.86 0.24 0.25 316.99 0.76 0.43
Hex C0 1A 91 0 56 18 19 13D 4C 2B
Octal 300 32 221 0 126 30 31 475 114 53
Binary 11000000 11010 10010001 0 1010110 11000 11001 100111101 1001100 101011

Color Harmonies of #C01A91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01A91

Black with #C01A91

Text Example


Text Example

White with #C01A91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01A91; }

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

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

background-color css

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

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

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

border-color css

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

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

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