Html Css Color HEX #C01A78 Medium Violet Red

📋 copy color: '#C01A78'

red 192 ◦ green 26 ◦ blue 120

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

Shades of Medium Violet Red #C01A78

Tints of Medium Violet Red #C01A78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 35.5%

R = 56.8%
G = 7.69%
B = 35.5%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#C01A78 (or 0xC01A78) is known color: Medium Violet Red. HEX triplet: C0, 1A and 78. RGB value is (192,26,120). Sum of RGB (Red+Green+Blue) = 192+26+120=338 (44% of max value = 765). Red value is 192 (75.39% from 255 or 56.80% from 338); Green value is 26 (10.55% from 255 or 7.69% from 338); Blue value is 120 (47.27% from 255 or 35.50% from 338); Max value from RGB is 192 - color contains mainly: red. Hex color #C01A78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C01A78 is #3FE587. Grayscale: #565656. Windows color (decimal): -4187528 or 7871168. OLE color: 7871168.

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

Color convert

RGB 192 26 120 -
CMYK 0 0.86 0.38 0.25
HSL 326.02º 0.76% 0.43% -
HSV(B) 326.02º 0.86% 0.75% -
XYZ 25.5 13.3 18.99 -
YUV 86.35 147 203.36 -
System Red Green Blue C M Y K H S L
Decimal 192 26 120 0 0.86 0.38 0.25 326.02 0.76 0.43
Hex C0 1A 78 0 56 26 19 146 4C 2B
Octal 300 32 170 0 126 46 31 506 114 53
Binary 11000000 11010 1111000 0 1010110 100110 11001 101000110 1001100 101011

Color Harmonies of #C01A78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01A78

Black with #C01A78

Text Example


Text Example

White with #C01A78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01A78; }

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

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

background-color css

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

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

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

border-color css

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

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

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