Html Css Color HEX #C1018E Medium Violet Red

📋 copy color: '#C1018E'

red 193 ◦ green 1 ◦ blue 142

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

Shades of Medium Violet Red #C1018E

Tints of Medium Violet Red #C1018E

RGB

 RED value IS 193 (75.78% from 255) = 57.44%

 GREEN value IS 1 (0.78% from 255) = 0.3%

 BLUE value IS 142 (55.86% from 255) = 42.26%

R = 57.44%
G = 0.3%
B = 42.26%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#C1018E (or 0xC1018E) is known color: Medium Violet Red. HEX triplet: C1, 01 and 8E. RGB value is (193,1,142). Sum of RGB (Red+Green+Blue) = 193+1+142=336 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.44% from 336); Green value is 1 (0.78% from 255 or 0.30% from 336); Blue value is 142 (55.86% from 255 or 42.26% from 336); Max value from RGB is 193 - color contains mainly: red. Hex color #C1018E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C1018E is #3EFE71. Grayscale: #4A4A4A. Windows color (decimal): -4128370 or 9306561. OLE color: 9306561.

HSL color Cylindrical-coordinate representation of color #C1018E: hue angle of 315.94º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C1018E is Cyan = 0, Magento = 0.99, Yellow = 0.26 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 1 142 -
CMYK 0 0.99 0.26 0.24
HSL 315.94º 0.99% 0.38% -
HSV(B) 315.94º 0.99% 0.76% -
XYZ 26.89 13.31 26.74 -
YUV 74.48 166.11 212.54 -
System Red Green Blue C M Y K H S L
Decimal 193 1 142 0 0.99 0.26 0.24 315.94 0.99 0.38
Hex C1 1 8E 0 63 1A 18 13C 63 26
Octal 301 1 216 0 143 32 30 474 143 46
Binary 11000001 1 10001110 0 1100011 11010 11000 100111100 1100011 100110

Color Harmonies of #C1018E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1018E

Black with #C1018E

Text Example


Text Example

White with #C1018E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1018E; }

 p { color: rgb(193,1,142); }

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

background-color css

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

 a { background-color: rgb(193,1,142); }

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

border-color css

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

 span { border-color: rgb(193,1,142); }

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