Html Css Color HEX #C1019C Medium Violet Red

📋 copy color: '#C1019C'

red 193 ◦ green 1 ◦ blue 156

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

Shades of Medium Violet Red #C1019C

Tints of Medium Violet Red #C1019C

RGB

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

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

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

R = 55.14%
G = 0.29%
B = 44.57%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.19

 K value IS 0.24

RGB Variations

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

Color information

#C1019C (or 0xC1019C) is known color: Medium Violet Red. HEX triplet: C1, 01 and 9C. RGB value is (193,1,156). Sum of RGB (Red+Green+Blue) = 193+1+156=350 (46% of max value = 765). Red value is 193 (75.78% from 255 or 55.14% from 350); Green value is 1 (0.78% from 255 or 0.29% from 350); Blue value is 156 (61.33% from 255 or 44.57% from 350); Max value from RGB is 193 - color contains mainly: red. Hex color #C1019C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C1019C is #3EFE63. Grayscale: #4B4B4B. Windows color (decimal): -4128356 or 10224065. OLE color: 10224065.

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

Color convert

RGB 193 1 156 -
CMYK 0 0.99 0.19 0.24
HSL 311.56º 0.99% 0.38% -
HSV(B) 311.56º 0.99% 0.76% -
XYZ 28 13.76 32.63 -
YUV 76.08 173.11 211.4 -
System Red Green Blue C M Y K H S L
Decimal 193 1 156 0 0.99 0.19 0.24 311.56 0.99 0.38
Hex C1 1 9C 0 63 13 18 138 63 26
Octal 301 1 234 0 143 23 30 470 143 46
Binary 11000001 1 10011100 0 1100011 10011 11000 100111000 1100011 100110

Color Harmonies of #C1019C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1019C

Black with #C1019C

Text Example


Text Example

White with #C1019C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1019C; }

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

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

background-color css

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

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

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

border-color css

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

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

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