Html Css Color HEX #C01E94 Medium Violet Red

📋 copy color: '#C01E94'

red 192 ◦ green 30 ◦ blue 148

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

Shades of Medium Violet Red #C01E94

Tints of Medium Violet Red #C01E94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 40%

R = 51.89%
G = 8.11%
B = 40%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#C01E94 (or 0xC01E94) is known color: Medium Violet Red. HEX triplet: C0, 1E and 94. RGB value is (192,30,148). Sum of RGB (Red+Green+Blue) = 192+30+148=370 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.89% from 370); Green value is 30 (12.11% from 255 or 8.11% from 370); Blue value is 148 (58.20% from 255 or 40% from 370); Max value from RGB is 192 - color contains mainly: red. Hex color #C01E94 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C01E94 is #3FE16B. Grayscale: #5B5B5B. Windows color (decimal): -4186476 or 9707200. OLE color: 9707200.

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

Color convert

RGB 192 30 148 -
CMYK 0 0.84 0.23 0.25
HSL 316.3º 0.73% 0.44% -
HSV(B) 316.3º 0.84% 0.75% -
XYZ 27.55 14.27 29.32 -
YUV 91.89 159.67 199.41 -
System Red Green Blue C M Y K H S L
Decimal 192 30 148 0 0.84 0.23 0.25 316.3 0.73 0.44
Hex C0 1E 94 0 54 17 19 13C 49 2C
Octal 300 36 224 0 124 27 31 474 111 54
Binary 11000000 11110 10010100 0 1010100 10111 11001 100111100 1001001 101100

Color Harmonies of #C01E94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01E94

Black with #C01E94

Text Example


Text Example

White with #C01E94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01E94; }

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

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

background-color css

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

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

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

border-color css

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

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

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