Html Css Color HEX #C01E96 Medium Violet Red

📋 copy color: '#C01E96'

red 192 ◦ green 30 ◦ blue 150

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

Shades of Medium Violet Red #C01E96

Tints of Medium Violet Red #C01E96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 40.32%

R = 51.61%
G = 8.06%
B = 40.32%

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

#C01E96 (or 0xC01E96) is known color: Medium Violet Red. HEX triplet: C0, 1E and 96. RGB value is (192,30,150). Sum of RGB (Red+Green+Blue) = 192+30+150=372 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.61% from 372); Green value is 30 (12.11% from 255 or 8.06% from 372); Blue value is 150 (58.98% from 255 or 40.32% from 372); Max value from RGB is 192 - color contains mainly: red. Hex color #C01E96 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C01E96 is #3FE169. Grayscale: #5B5B5B. Windows color (decimal): -4186474 or 9838272. OLE color: 9838272.

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

Color convert

RGB 192 30 150 -
CMYK 0 0.84 0.22 0.25
HSL 315.56º 0.73% 0.44% -
HSV(B) 315.56º 0.84% 0.75% -
XYZ 27.71 14.34 30.16 -
YUV 92.12 160.67 199.24 -
System Red Green Blue C M Y K H S L
Decimal 192 30 150 0 0.84 0.22 0.25 315.56 0.73 0.44
Hex C0 1E 96 0 54 16 19 13C 49 2C
Octal 300 36 226 0 124 26 31 474 111 54
Binary 11000000 11110 10010110 0 1010100 10110 11001 100111100 1001001 101100

Color Harmonies of #C01E96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01E96

Black with #C01E96

Text Example


Text Example

White with #C01E96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01E96; }

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

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

background-color css

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

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

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

border-color css

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

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

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