Html Css Color HEX #C10582 Medium Violet Red

📋 copy color: '#C10582'

red 193 ◦ green 5 ◦ blue 130

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

Shades of Medium Violet Red #C10582

Tints of Medium Violet Red #C10582

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.52%

 BLUE value IS 130 (51.17% from 255) = 39.63%

R = 58.84%
G = 1.52%
B = 39.63%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.33

 K value IS 0.24

RGB Variations

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

Color information

#C10582 (or 0xC10582) is known color: Medium Violet Red. HEX triplet: C1, 05 and 82. RGB value is (193,5,130). Sum of RGB (Red+Green+Blue) = 193+5+130=328 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.84% from 328); Green value is 5 (2.34% from 255 or 1.52% from 328); Blue value is 130 (51.17% from 255 or 39.63% from 328); Max value from RGB is 193 - color contains mainly: red. Hex color #C10582 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C10582 is #3EFA7D. Grayscale: #4B4B4B. Windows color (decimal): -4127358 or 8521153. OLE color: 8521153.

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

Color convert

RGB 193 5 130 -
CMYK 0 0.97 0.33 0.24
HSL 320.11º 0.95% 0.39% -
HSV(B) 320.11º 0.97% 0.76% -
XYZ 26.08 13.06 22.27 -
YUV 75.46 158.78 211.84 -
System Red Green Blue C M Y K H S L
Decimal 193 5 130 0 0.97 0.33 0.24 320.11 0.95 0.39
Hex C1 5 82 0 61 21 18 140 5F 27
Octal 301 5 202 0 141 41 30 500 137 47
Binary 11000001 101 10000010 0 1100001 100001 11000 101000000 1011111 100111

Color Harmonies of #C10582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10582

Black with #C10582

Text Example


Text Example

White with #C10582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10582; }

 p { color: rgb(193,5,130); }

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

background-color css

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

 a { background-color: rgb(193,5,130); }

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

border-color css

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

 span { border-color: rgb(193,5,130); }

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