Html Css Color HEX #C01E9D Medium Violet Red

📋 copy color: '#C01E9D'

red 192 ◦ green 30 ◦ blue 157

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

Shades of Medium Violet Red #C01E9D

Tints of Medium Violet Red #C01E9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 41.42%

R = 50.66%
G = 7.92%
B = 41.42%

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

#C01E9D (or 0xC01E9D) is known color: Medium Violet Red. HEX triplet: C0, 1E and 9D. RGB value is (192,30,157). Sum of RGB (Red+Green+Blue) = 192+30+157=379 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.66% from 379); Green value is 30 (12.11% from 255 or 7.92% from 379); Blue value is 157 (61.72% from 255 or 41.42% from 379); Max value from RGB is 192 - color contains mainly: red. Hex color #C01E9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C01E9D is #3FE162. Grayscale: #5C5C5C. Windows color (decimal): -4186467 or 10297024. OLE color: 10297024.

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

Color convert

RGB 192 30 157 -
CMYK 0 0.84 0.18 0.25
HSL 312.96º 0.73% 0.44% -
HSV(B) 312.96º 0.84% 0.75% -
XYZ 28.29 14.57 33.22 -
YUV 92.92 164.17 198.67 -
System Red Green Blue C M Y K H S L
Decimal 192 30 157 0 0.84 0.18 0.25 312.96 0.73 0.44
Hex C0 1E 9D 0 54 12 19 139 49 2C
Octal 300 36 235 0 124 22 31 471 111 54
Binary 11000000 11110 10011101 0 1010100 10010 11001 100111001 1001001 101100

Color Harmonies of #C01E9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01E9D

Black with #C01E9D

Text Example


Text Example

White with #C01E9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01E9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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