Html Css Color HEX #C01F9E Medium Violet Red

📋 copy color: '#C01F9E'

red 192 ◦ green 31 ◦ blue 158

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

Shades of Medium Violet Red #C01F9E

Tints of Medium Violet Red #C01F9E

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.14%

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

R = 50.39%
G = 8.14%
B = 41.47%

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

#C01F9E (or 0xC01F9E) is known color: Medium Violet Red. HEX triplet: C0, 1F and 9E. RGB value is (192,31,158). Sum of RGB (Red+Green+Blue) = 192+31+158=381 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.39% from 381); Green value is 31 (12.5% from 255 or 8.14% from 381); Blue value is 158 (62.11% from 255 or 41.47% from 381); Max value from RGB is 192 - color contains mainly: red. Hex color #C01F9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C01F9E is #3FE061. Grayscale: #5D5D5D. Windows color (decimal): -4186210 or 10362816. OLE color: 10362816.

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

Color convert

RGB 192 31 158 -
CMYK 0 0.84 0.18 0.25
HSL 312.67º 0.72% 0.44% -
HSV(B) 312.67º 0.84% 0.75% -
XYZ 28.4 14.66 33.68 -
YUV 93.62 164.34 198.17 -
System Red Green Blue C M Y K H S L
Decimal 192 31 158 0 0.84 0.18 0.25 312.67 0.72 0.44
Hex C0 1F 9E 0 54 12 19 139 48 2C
Octal 300 37 236 0 124 22 31 471 110 54
Binary 11000000 11111 10011110 0 1010100 10010 11001 100111001 1001000 101100

Color Harmonies of #C01F9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01F9E

Black with #C01F9E

Text Example


Text Example

White with #C01F9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01F9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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