Html Css Color HEX #C01E9F Medium Violet Red

📋 copy color: '#C01E9F'

red 192 ◦ green 30 ◦ blue 159

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

Shades of Medium Violet Red #C01E9F

Tints of Medium Violet Red #C01E9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 41.73%

R = 50.39%
G = 7.87%
B = 41.73%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.17

 K value IS 0.25

RGB Variations

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

Color information

#C01E9F (or 0xC01E9F) is known color: Medium Violet Red. HEX triplet: C0, 1E and 9F. RGB value is (192,30,159). Sum of RGB (Red+Green+Blue) = 192+30+159=381 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.39% from 381); Green value is 30 (12.11% from 255 or 7.87% from 381); Blue value is 159 (62.5% from 255 or 41.73% from 381); Max value from RGB is 192 - color contains mainly: red. Hex color #C01E9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C01E9F is #3FE160. Grayscale: #5C5C5C. Windows color (decimal): -4186465 or 10428096. OLE color: 10428096.

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

Color convert

RGB 192 30 159 -
CMYK 0 0.84 0.17 0.25
HSL 312.22º 0.73% 0.44% -
HSV(B) 312.22º 0.84% 0.75% -
XYZ 28.46 14.64 34.13 -
YUV 93.14 165.17 198.51 -
System Red Green Blue C M Y K H S L
Decimal 192 30 159 0 0.84 0.17 0.25 312.22 0.73 0.44
Hex C0 1E 9F 0 54 11 19 138 49 2C
Octal 300 36 237 0 124 21 31 470 111 54
Binary 11000000 11110 10011111 0 1010100 10001 11001 100111000 1001001 101100

Color Harmonies of #C01E9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01E9F

Black with #C01E9F

Text Example


Text Example

White with #C01E9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01E9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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