Html Css Color HEX #C01E9C Medium Violet Red

📋 copy color: '#C01E9C'

red 192 ◦ green 30 ◦ blue 156

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

Shades of Medium Violet Red #C01E9C

Tints of Medium Violet Red #C01E9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 41.27%

R = 50.79%
G = 7.94%
B = 41.27%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.19

 K value IS 0.25

RGB Variations

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

Color information

#C01E9C (or 0xC01E9C) is known color: Medium Violet Red. HEX triplet: C0, 1E and 9C. RGB value is (192,30,156). Sum of RGB (Red+Green+Blue) = 192+30+156=378 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.79% from 378); Green value is 30 (12.11% from 255 or 7.94% from 378); Blue value is 156 (61.33% from 255 or 41.27% from 378); Max value from RGB is 192 - color contains mainly: red. Hex color #C01E9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C01E9C is #3FE163. Grayscale: #5C5C5C. Windows color (decimal): -4186468 or 10231488. OLE color: 10231488.

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

Color convert

RGB 192 30 156 -
CMYK 0 0.84 0.19 0.25
HSL 313.33º 0.73% 0.44% -
HSV(B) 313.33º 0.84% 0.75% -
XYZ 28.2 14.54 32.77 -
YUV 92.8 163.67 198.75 -
System Red Green Blue C M Y K H S L
Decimal 192 30 156 0 0.84 0.19 0.25 313.33 0.73 0.44
Hex C0 1E 9C 0 54 13 19 139 49 2C
Octal 300 36 234 0 124 23 31 471 111 54
Binary 11000000 11110 10011100 0 1010100 10011 11001 100111001 1001001 101100

Color Harmonies of #C01E9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01E9C

Black with #C01E9C

Text Example


Text Example

White with #C01E9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01E9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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