Html Css Color HEX #C01A72 Medium Violet Red

📋 copy color: '#C01A72'

red 192 ◦ green 26 ◦ blue 114

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

Shades of Medium Violet Red #C01A72

Tints of Medium Violet Red #C01A72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 34.34%

R = 57.83%
G = 7.83%
B = 34.34%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#C01A72 (or 0xC01A72) is known color: Medium Violet Red. HEX triplet: C0, 1A and 72. RGB value is (192,26,114). Sum of RGB (Red+Green+Blue) = 192+26+114=332 (43% of max value = 765). Red value is 192 (75.39% from 255 or 57.83% from 332); Green value is 26 (10.55% from 255 or 7.83% from 332); Blue value is 114 (44.92% from 255 or 34.34% from 332); Max value from RGB is 192 - color contains mainly: red. Hex color #C01A72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C01A72 is #3FE58D. Grayscale: #555555. Windows color (decimal): -4187534 or 7477952. OLE color: 7477952.

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

Color convert

RGB 192 26 114 -
CMYK 0 0.86 0.41 0.25
HSL 328.19º 0.76% 0.43% -
HSV(B) 328.19º 0.86% 0.75% -
XYZ 25.14 13.16 17.13 -
YUV 85.67 144 203.84 -
System Red Green Blue C M Y K H S L
Decimal 192 26 114 0 0.86 0.41 0.25 328.19 0.76 0.43
Hex C0 1A 72 0 56 29 19 148 4C 2B
Octal 300 32 162 0 126 51 31 510 114 53
Binary 11000000 11010 1110010 0 1010110 101001 11001 101001000 1001100 101011

Color Harmonies of #C01A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01A72

Black with #C01A72

Text Example


Text Example

White with #C01A72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01A72; }

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

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

background-color css

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

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

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

border-color css

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

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

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