Html Css Color HEX #C10383 Medium Violet Red

📋 copy color: '#C10383'

red 193 ◦ green 3 ◦ blue 131

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

Shades of Medium Violet Red #C10383

Tints of Medium Violet Red #C10383

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 40.06%

R = 59.02%
G = 0.92%
B = 40.06%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.32

 K value IS 0.24

RGB Variations

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

Color information

#C10383 (or 0xC10383) is known color: Medium Violet Red. HEX triplet: C1, 03 and 83. RGB value is (193,3,131). Sum of RGB (Red+Green+Blue) = 193+3+131=327 (43% of max value = 765). Red value is 193 (75.78% from 255 or 59.02% from 327); Green value is 3 (1.56% from 255 or 0.92% from 327); Blue value is 131 (51.56% from 255 or 40.06% from 327); Max value from RGB is 193 - color contains mainly: red. Hex color #C10383 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C10383 is #3EFC7C. Grayscale: #4A4A4A. Windows color (decimal): -4127869 or 8586177. OLE color: 8586177.

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

Color convert

RGB 193 3 131 -
CMYK 0 0.98 0.32 0.24
HSL 319.58º 0.97% 0.38% -
HSV(B) 319.58º 0.98% 0.76% -
XYZ 26.12 13.04 22.61 -
YUV 74.4 159.95 212.59 -
System Red Green Blue C M Y K H S L
Decimal 193 3 131 0 0.98 0.32 0.24 319.58 0.97 0.38
Hex C1 3 83 0 62 20 18 140 61 26
Octal 301 3 203 0 142 40 30 500 141 46
Binary 11000001 11 10000011 0 1100010 100000 11000 101000000 1100001 100110

Color Harmonies of #C10383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10383

Black with #C10383

Text Example


Text Example

White with #C10383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10383; }

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

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

background-color css

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

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

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

border-color css

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

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

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