Html Css Color HEX #C01E95 Medium Violet Red

📋 copy color: '#C01E95'

red 192 ◦ green 30 ◦ blue 149

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

Shades of Medium Violet Red #C01E95

Tints of Medium Violet Red #C01E95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 40.16%

R = 51.75%
G = 8.09%
B = 40.16%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.22

 K value IS 0.25

RGB Variations

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

Color information

#C01E95 (or 0xC01E95) is known color: Medium Violet Red. HEX triplet: C0, 1E and 95. RGB value is (192,30,149). Sum of RGB (Red+Green+Blue) = 192+30+149=371 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.75% from 371); Green value is 30 (12.11% from 255 or 8.09% from 371); Blue value is 149 (58.59% from 255 or 40.16% from 371); Max value from RGB is 192 - color contains mainly: red. Hex color #C01E95 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C01E95 is #3FE16A. Grayscale: #5B5B5B. Windows color (decimal): -4186475 or 9772736. OLE color: 9772736.

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

Color convert

RGB 192 30 149 -
CMYK 0 0.84 0.22 0.25
HSL 315.93º 0.73% 0.44% -
HSV(B) 315.93º 0.84% 0.75% -
XYZ 27.63 14.3 29.74 -
YUV 92 160.17 199.32 -
System Red Green Blue C M Y K H S L
Decimal 192 30 149 0 0.84 0.22 0.25 315.93 0.73 0.44
Hex C0 1E 95 0 54 16 19 13C 49 2C
Octal 300 36 225 0 124 26 31 474 111 54
Binary 11000000 11110 10010101 0 1010100 10110 11001 100111100 1001001 101100

Color Harmonies of #C01E95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01E95

Black with #C01E95

Text Example


Text Example

White with #C01E95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01E95; }

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

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

background-color css

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

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

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

border-color css

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

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

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