Html Css Color HEX #C01E9E Medium Violet Red

📋 copy color: '#C01E9E'

red 192 ◦ green 30 ◦ blue 158

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

Shades of Medium Violet Red #C01E9E

Tints of Medium Violet Red #C01E9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 41.58%

R = 50.53%
G = 7.89%
B = 41.58%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.18

 K value IS 0.25

RGB Variations

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

Color information

#C01E9E (or 0xC01E9E) is known color: Medium Violet Red. HEX triplet: C0, 1E and 9E. RGB value is (192,30,158). Sum of RGB (Red+Green+Blue) = 192+30+158=380 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.53% from 380); Green value is 30 (12.11% from 255 or 7.89% from 380); Blue value is 158 (62.11% from 255 or 41.58% from 380); Max value from RGB is 192 - color contains mainly: red. Hex color #C01E9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C01E9E is #3FE161. Grayscale: #5C5C5C. Windows color (decimal): -4186466 or 10362560. OLE color: 10362560.

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

Color convert

RGB 192 30 158 -
CMYK 0 0.84 0.18 0.25
HSL 312.59º 0.73% 0.44% -
HSV(B) 312.59º 0.84% 0.75% -
XYZ 28.37 14.6 33.67 -
YUV 93.03 164.67 198.59 -
System Red Green Blue C M Y K H S L
Decimal 192 30 158 0 0.84 0.18 0.25 312.59 0.73 0.44
Hex C0 1E 9E 0 54 12 19 139 49 2C
Octal 300 36 236 0 124 22 31 471 111 54
Binary 11000000 11110 10011110 0 1010100 10010 11001 100111001 1001001 101100

Color Harmonies of #C01E9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01E9E

Black with #C01E9E

Text Example


Text Example

White with #C01E9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01E9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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