Html Css Color HEX #C01A7C Medium Violet Red

📋 copy color: '#C01A7C'

red 192 ◦ green 26 ◦ blue 124

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

Shades of Medium Violet Red #C01A7C

Tints of Medium Violet Red #C01A7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 36.26%

R = 56.14%
G = 7.6%
B = 36.26%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#C01A7C (or 0xC01A7C) is known color: Medium Violet Red. HEX triplet: C0, 1A and 7C. RGB value is (192,26,124). Sum of RGB (Red+Green+Blue) = 192+26+124=342 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.14% from 342); Green value is 26 (10.55% from 255 or 7.60% from 342); Blue value is 124 (48.83% from 255 or 36.26% from 342); Max value from RGB is 192 - color contains mainly: red. Hex color #C01A7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C01A7C is #3FE583. Grayscale: #565656. Windows color (decimal): -4187524 or 8133312. OLE color: 8133312.

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

Color convert

RGB 192 26 124 -
CMYK 0 0.86 0.35 0.25
HSL 324.58º 0.76% 0.43% -
HSV(B) 324.58º 0.86% 0.75% -
XYZ 25.75 13.4 20.3 -
YUV 86.81 149 203.03 -
System Red Green Blue C M Y K H S L
Decimal 192 26 124 0 0.86 0.35 0.25 324.58 0.76 0.43
Hex C0 1A 7C 0 56 23 19 145 4C 2B
Octal 300 32 174 0 126 43 31 505 114 53
Binary 11000000 11010 1111100 0 1010110 100011 11001 101000101 1001100 101011

Color Harmonies of #C01A7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01A7C

Black with #C01A7C

Text Example


Text Example

White with #C01A7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01A7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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