Html Css Color HEX #C01EA7 Medium Violet Red

📋 copy color: '#C01EA7'

red 192 ◦ green 30 ◦ blue 167

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

Shades of Medium Violet Red #C01EA7

Tints of Medium Violet Red #C01EA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 42.93%

R = 49.36%
G = 7.71%
B = 42.93%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.13

 K value IS 0.25

RGB Variations

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

Color information

#C01EA7 (or 0xC01EA7) is known color: Medium Violet Red. HEX triplet: C0, 1E and A7. RGB value is (192,30,167). Sum of RGB (Red+Green+Blue) = 192+30+167=389 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.36% from 389); Green value is 30 (12.11% from 255 or 7.71% from 389); Blue value is 167 (65.62% from 255 or 42.93% from 389); Max value from RGB is 192 - color contains mainly: red. Hex color #C01EA7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C01EA7 is #3FE158. Grayscale: #5D5D5D. Windows color (decimal): -4186457 or 10952384. OLE color: 10952384.

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

Color convert

RGB 192 30 167 -
CMYK 0 0.84 0.13 0.25
HSL 309.26º 0.73% 0.44% -
HSV(B) 309.26º 0.84% 0.75% -
XYZ 29.18 14.93 37.9 -
YUV 94.06 169.17 197.86 -
System Red Green Blue C M Y K H S L
Decimal 192 30 167 0 0.84 0.13 0.25 309.26 0.73 0.44
Hex C0 1E A7 0 54 D 19 135 49 2C
Octal 300 36 247 0 124 15 31 465 111 54
Binary 11000000 11110 10100111 0 1010100 1101 11001 100110101 1001001 101100

Color Harmonies of #C01EA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01EA7

Black with #C01EA7

Text Example


Text Example

White with #C01EA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01EA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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