Html Css Color HEX #C01EA3 Medium Violet Red

📋 copy color: '#C01EA3'

red 192 ◦ green 30 ◦ blue 163

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

Shades of Medium Violet Red #C01EA3

Tints of Medium Violet Red #C01EA3

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.79%

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

R = 49.87%
G = 7.79%
B = 42.34%

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

#C01EA3 (or 0xC01EA3) is known color: Medium Violet Red. HEX triplet: C0, 1E and A3. RGB value is (192,30,163). Sum of RGB (Red+Green+Blue) = 192+30+163=385 (50% of max value = 765). Red value is 192 (75.39% from 255 or 49.87% from 385); Green value is 30 (12.11% from 255 or 7.79% from 385); Blue value is 163 (64.06% from 255 or 42.34% from 385); Max value from RGB is 192 - color contains mainly: red. Hex color #C01EA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C01EA3 is #3FE15C. Grayscale: #5D5D5D. Windows color (decimal): -4186461 or 10690240. OLE color: 10690240.

HSL color Cylindrical-coordinate representation of color #C01EA3: hue angle of 310.74º degrees, saturation: 0.73, 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 #C01EA3 is Cyan = 0, Magento = 0.84, Yellow = 0.15 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 30 163 -
CMYK 0 0.84 0.15 0.25
HSL 310.74º 0.73% 0.44% -
HSV(B) 310.74º 0.84% 0.75% -
XYZ 28.81 14.78 35.98 -
YUV 93.6 167.17 198.19 -
System Red Green Blue C M Y K H S L
Decimal 192 30 163 0 0.84 0.15 0.25 310.74 0.73 0.44
Hex C0 1E A3 0 54 F 19 137 49 2C
Octal 300 36 243 0 124 17 31 467 111 54
Binary 11000000 11110 10100011 0 1010100 1111 11001 100110111 1001001 101100

Color Harmonies of #C01EA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01EA3

Black with #C01EA3

Text Example


Text Example

White with #C01EA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01EA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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