Html Css Color HEX #C01A92 Medium Violet Red

📋 copy color: '#C01A92'

red 192 ◦ green 26 ◦ blue 146

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

Shades of Medium Violet Red #C01A92

Tints of Medium Violet Red #C01A92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 40.11%

R = 52.75%
G = 7.14%
B = 40.11%

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

#C01A92 (or 0xC01A92) is known color: Medium Violet Red. HEX triplet: C0, 1A and 92. RGB value is (192,26,146). Sum of RGB (Red+Green+Blue) = 192+26+146=364 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.75% from 364); Green value is 26 (10.55% from 255 or 7.14% from 364); Blue value is 146 (57.42% from 255 or 40.11% from 364); Max value from RGB is 192 - color contains mainly: red. Hex color #C01A92 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C01A92 is #3FE56D. Grayscale: #595959. Windows color (decimal): -4187502 or 9575104. OLE color: 9575104.

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

Color convert

RGB 192 26 146 -
CMYK 0 0.86 0.24 0.25
HSL 316.63º 0.76% 0.43% -
HSV(B) 316.63º 0.86% 0.75% -
XYZ 27.3 14.02 28.46 -
YUV 89.31 160 201.24 -
System Red Green Blue C M Y K H S L
Decimal 192 26 146 0 0.86 0.24 0.25 316.63 0.76 0.43
Hex C0 1A 92 0 56 18 19 13D 4C 2B
Octal 300 32 222 0 126 30 31 475 114 53
Binary 11000000 11010 10010010 0 1010110 11000 11001 100111101 1001100 101011

Color Harmonies of #C01A92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01A92

Black with #C01A92

Text Example


Text Example

White with #C01A92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01A92; }

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

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

background-color css

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

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

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

border-color css

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

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

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