Html Css Color HEX #C10490 Medium Violet Red

📋 copy color: '#C10490'

red 193 ◦ green 4 ◦ blue 144

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

Shades of Medium Violet Red #C10490

Tints of Medium Violet Red #C10490

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.17%

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

R = 56.6%
G = 1.17%
B = 42.23%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#C10490 (or 0xC10490) is known color: Medium Violet Red. HEX triplet: C1, 04 and 90. RGB value is (193,4,144). Sum of RGB (Red+Green+Blue) = 193+4+144=341 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.60% from 341); Green value is 4 (1.95% from 255 or 1.17% from 341); Blue value is 144 (56.64% from 255 or 42.23% from 341); Max value from RGB is 193 - color contains mainly: red. Hex color #C10490 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C10490 is #3EFB6F. Grayscale: #4C4C4C. Windows color (decimal): -4127600 or 9438401. OLE color: 9438401.

HSL color Cylindrical-coordinate representation of color #C10490: hue angle of 315.56º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C10490 is Cyan = 0, Magento = 0.98, Yellow = 0.25 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 4 144 -
CMYK 0 0.98 0.25 0.24
HSL 315.56º 0.96% 0.39% -
HSV(B) 315.56º 0.98% 0.76% -
XYZ 27.07 13.44 27.55 -
YUV 76.47 166.12 211.12 -
System Red Green Blue C M Y K H S L
Decimal 193 4 144 0 0.98 0.25 0.24 315.56 0.96 0.39
Hex C1 4 90 0 62 19 18 13C 60 27
Octal 301 4 220 0 142 31 30 474 140 47
Binary 11000001 100 10010000 0 1100010 11001 11000 100111100 1100000 100111

Color Harmonies of #C10490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10490

Black with #C10490

Text Example


Text Example

White with #C10490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10490; }

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

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

background-color css

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

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

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

border-color css

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

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

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