Html Css Color HEX #C1018A Medium Violet Red

📋 copy color: '#C1018A'

red 193 ◦ green 1 ◦ blue 138

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

Shades of Medium Violet Red #C1018A

Tints of Medium Violet Red #C1018A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 41.57%

R = 58.13%
G = 0.3%
B = 41.57%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.28

 K value IS 0.24

RGB Variations

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

Color information

#C1018A (or 0xC1018A) is known color: Medium Violet Red. HEX triplet: C1, 01 and 8A. RGB value is (193,1,138). Sum of RGB (Red+Green+Blue) = 193+1+138=332 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.13% from 332); Green value is 1 (0.78% from 255 or 0.30% from 332); Blue value is 138 (54.30% from 255 or 41.57% from 332); Max value from RGB is 193 - color contains mainly: red. Hex color #C1018A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C1018A is #3EFE75. Grayscale: #494949. Windows color (decimal): -4128374 or 9044417. OLE color: 9044417.

HSL color Cylindrical-coordinate representation of color #C1018A: hue angle of 317.19º 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 #C1018A is Cyan = 0, Magento = 0.99, Yellow = 0.28 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 1 138 -
CMYK 0 0.99 0.28 0.24
HSL 317.19º 0.99% 0.38% -
HSV(B) 317.19º 0.99% 0.76% -
XYZ 26.59 13.19 25.19 -
YUV 74.03 164.11 212.86 -
System Red Green Blue C M Y K H S L
Decimal 193 1 138 0 0.99 0.28 0.24 317.19 0.99 0.38
Hex C1 1 8A 0 63 1C 18 13D 63 26
Octal 301 1 212 0 143 34 30 475 143 46
Binary 11000001 1 10001010 0 1100011 11100 11000 100111101 1100011 100110

Color Harmonies of #C1018A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1018A

Black with #C1018A

Text Example


Text Example

White with #C1018A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1018A; }

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

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

background-color css

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

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

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

border-color css

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

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

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