Html Css Color HEX #C10190 Medium Violet Red

📋 copy color: '#C10190'

red 193 ◦ green 1 ◦ blue 144

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

Shades of Medium Violet Red #C10190

Tints of Medium Violet Red #C10190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 42.6%

R = 57.1%
G = 0.3%
B = 42.6%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#C10190 (or 0xC10190) is known color: Medium Violet Red. HEX triplet: C1, 01 and 90. RGB value is (193,1,144). Sum of RGB (Red+Green+Blue) = 193+1+144=338 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.10% from 338); Green value is 1 (0.78% from 255 or 0.30% from 338); Blue value is 144 (56.64% from 255 or 42.60% from 338); Max value from RGB is 193 - color contains mainly: red. Hex color #C10190 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C10190 is #3EFE6F. Grayscale: #4A4A4A. Windows color (decimal): -4128368 or 9437633. OLE color: 9437633.

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

Color convert

RGB 193 1 144 -
CMYK 0 0.99 0.25 0.24
HSL 315.31º 0.99% 0.38% -
HSV(B) 315.31º 0.99% 0.76% -
XYZ 27.04 13.37 27.54 -
YUV 74.71 167.11 212.37 -
System Red Green Blue C M Y K H S L
Decimal 193 1 144 0 0.99 0.25 0.24 315.31 0.99 0.38
Hex C1 1 90 0 63 19 18 13B 63 26
Octal 301 1 220 0 143 31 30 473 143 46
Binary 11000001 1 10010000 0 1100011 11001 11000 100111011 1100011 100110

Color Harmonies of #C10190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10190

Black with #C10190

Text Example


Text Example

White with #C10190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10190; }

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

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

background-color css

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

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

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

border-color css

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

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

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