Html Css Color HEX #C01A6E Medium Violet Red

📋 copy color: '#C01A6E'

red 192 ◦ green 26 ◦ blue 110

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

Shades of Medium Violet Red #C01A6E

Tints of Medium Violet Red #C01A6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 33.54%

R = 58.54%
G = 7.93%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#C01A6E (or 0xC01A6E) is known color: Medium Violet Red. HEX triplet: C0, 1A and 6E. RGB value is (192,26,110). Sum of RGB (Red+Green+Blue) = 192+26+110=328 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.54% from 328); Green value is 26 (10.55% from 255 or 7.93% from 328); Blue value is 110 (43.36% from 255 or 33.54% from 328); Max value from RGB is 192 - color contains mainly: red. Hex color #C01A6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C01A6E is #3FE591. Grayscale: #555555. Windows color (decimal): -4187538 or 7215808. OLE color: 7215808.

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

Color convert

RGB 192 26 110 -
CMYK 0 0.86 0.43 0.25
HSL 329.64º 0.76% 0.43% -
HSV(B) 329.64º 0.86% 0.75% -
XYZ 24.92 13.07 15.96 -
YUV 85.21 142 204.17 -
System Red Green Blue C M Y K H S L
Decimal 192 26 110 0 0.86 0.43 0.25 329.64 0.76 0.43
Hex C0 1A 6E 0 56 2B 19 14A 4C 2B
Octal 300 32 156 0 126 53 31 512 114 53
Binary 11000000 11010 1101110 0 1010110 101011 11001 101001010 1001100 101011

Color Harmonies of #C01A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01A6E

Black with #C01A6E

Text Example


Text Example

White with #C01A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01A6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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