Html Css Color HEX #C01FA3 Medium Violet Red

📋 copy color: '#C01FA3'

red 192 ◦ green 31 ◦ blue 163

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

Shades of Medium Violet Red #C01FA3

Tints of Medium Violet Red #C01FA3

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.03%

 BLUE value IS 163 (64.06% from 255) = 42.23%

R = 49.74%
G = 8.03%
B = 42.23%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.15

 K value IS 0.25

RGB Variations

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

Color information

#C01FA3 (or 0xC01FA3) is known color: Medium Violet Red. HEX triplet: C0, 1F and A3. RGB value is (192,31,163). Sum of RGB (Red+Green+Blue) = 192+31+163=386 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.74% from 386); Green value is 31 (12.5% from 255 or 8.03% from 386); Blue value is 163 (64.06% from 255 or 42.23% from 386); Max value from RGB is 192 - color contains mainly: red. Hex color #C01FA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C01FA3 is #3FE05C. Grayscale: #5D5D5D. Windows color (decimal): -4186205 or 10690496. OLE color: 10690496.

HSL color Cylindrical-coordinate representation of color #C01FA3: hue angle of 310.81º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C01FA3 is Cyan = 0, Magento = 0.84, Yellow = 0.15 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 31 163 -
CMYK 0 0.84 0.15 0.25
HSL 310.81º 0.72% 0.44% -
HSV(B) 310.81º 0.84% 0.75% -
XYZ 28.84 14.83 35.99 -
YUV 94.19 166.84 197.77 -
System Red Green Blue C M Y K H S L
Decimal 192 31 163 0 0.84 0.15 0.25 310.81 0.72 0.44
Hex C0 1F A3 0 54 F 19 137 48 2C
Octal 300 37 243 0 124 17 31 467 110 54
Binary 11000000 11111 10100011 0 1010100 1111 11001 100110111 1001000 101100

Color Harmonies of #C01FA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01FA3

Black with #C01FA3

Text Example


Text Example

White with #C01FA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01FA3; }

 p { color: rgb(192,31,163); }

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

background-color css

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

 a { background-color: rgb(192,31,163); }

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

border-color css

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

 span { border-color: rgb(192,31,163); }

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