Html Css Color HEX #C10390 Medium Violet Red

📋 copy color: '#C10390'

red 193 ◦ green 3 ◦ blue 144

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

Shades of Medium Violet Red #C10390

Tints of Medium Violet Red #C10390

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.88%

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

R = 56.76%
G = 0.88%
B = 42.35%

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

#C10390 (or 0xC10390) is known color: Medium Violet Red. HEX triplet: C1, 03 and 90. RGB value is (193,3,144). Sum of RGB (Red+Green+Blue) = 193+3+144=340 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.76% from 340); Green value is 3 (1.56% from 255 or 0.88% from 340); Blue value is 144 (56.64% from 255 or 42.35% from 340); Max value from RGB is 193 - color contains mainly: red. Hex color #C10390 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C10390 is #3EFC6F. Grayscale: #4B4B4B. Windows color (decimal): -4127856 or 9438145. OLE color: 9438145.

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

Color convert

RGB 193 3 144 -
CMYK 0 0.98 0.25 0.24
HSL 315.47º 0.97% 0.38% -
HSV(B) 315.47º 0.98% 0.76% -
XYZ 27.06 13.42 27.55 -
YUV 75.88 166.45 211.54 -
System Red Green Blue C M Y K H S L
Decimal 193 3 144 0 0.98 0.25 0.24 315.47 0.97 0.38
Hex C1 3 90 0 62 19 18 13B 61 26
Octal 301 3 220 0 142 31 30 473 141 46
Binary 11000001 11 10010000 0 1100010 11001 11000 100111011 1100001 100110

Color Harmonies of #C10390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10390

Black with #C10390

Text Example


Text Example

White with #C10390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10390; }

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

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

background-color css

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

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

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

border-color css

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

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

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