Html Css Color HEX #C01EA8 Medium Violet Red

📋 copy color: '#C01EA8'

red 192 ◦ green 30 ◦ blue 168

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

Shades of Medium Violet Red #C01EA8

Tints of Medium Violet Red #C01EA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 43.08%

R = 49.23%
G = 7.69%
B = 43.08%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.12

 K value IS 0.25

RGB Variations

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

Color information

#C01EA8 (or 0xC01EA8) is known color: Medium Violet Red. HEX triplet: C0, 1E and A8. RGB value is (192,30,168). Sum of RGB (Red+Green+Blue) = 192+30+168=390 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.23% from 390); Green value is 30 (12.11% from 255 or 7.69% from 390); Blue value is 168 (66.02% from 255 or 43.08% from 390); Max value from RGB is 192 - color contains mainly: red. Hex color #C01EA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C01EA8 is #3FE157. Grayscale: #5D5D5D. Windows color (decimal): -4186456 or 11017920. OLE color: 11017920.

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

Color convert

RGB 192 30 168 -
CMYK 0 0.84 0.12 0.25
HSL 308.89º 0.73% 0.44% -
HSV(B) 308.89º 0.84% 0.75% -
XYZ 29.27 14.96 38.39 -
YUV 94.17 169.67 197.78 -
System Red Green Blue C M Y K H S L
Decimal 192 30 168 0 0.84 0.12 0.25 308.89 0.73 0.44
Hex C0 1E A8 0 54 C 19 135 49 2C
Octal 300 36 250 0 124 14 31 465 111 54
Binary 11000000 11110 10101000 0 1010100 1100 11001 100110101 1001001 101100

Color Harmonies of #C01EA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01EA8

Black with #C01EA8

Text Example


Text Example

White with #C01EA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01EA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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