Html Css Color HEX #C10485 Medium Violet Red

📋 copy color: '#C10485'

red 193 ◦ green 4 ◦ blue 133

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

Shades of Medium Violet Red #C10485

Tints of Medium Violet Red #C10485

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 40.3%

R = 58.48%
G = 1.21%
B = 40.3%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.31

 K value IS 0.24

RGB Variations

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

Color information

#C10485 (or 0xC10485) is known color: Medium Violet Red. HEX triplet: C1, 04 and 85. RGB value is (193,4,133). Sum of RGB (Red+Green+Blue) = 193+4+133=330 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.48% from 330); Green value is 4 (1.95% from 255 or 1.21% from 330); Blue value is 133 (52.34% from 255 or 40.30% from 330); Max value from RGB is 193 - color contains mainly: red. Hex color #C10485 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C10485 is #3EFB7A. Grayscale: #4A4A4A. Windows color (decimal): -4127611 or 8717505. OLE color: 8717505.

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

Color convert

RGB 193 4 133 -
CMYK 0 0.98 0.31 0.24
HSL 319.05º 0.96% 0.39% -
HSV(B) 319.05º 0.98% 0.76% -
XYZ 26.27 13.12 23.34 -
YUV 75.22 160.62 212.01 -
System Red Green Blue C M Y K H S L
Decimal 193 4 133 0 0.98 0.31 0.24 319.05 0.96 0.39
Hex C1 4 85 0 62 1F 18 13F 60 27
Octal 301 4 205 0 142 37 30 477 140 47
Binary 11000001 100 10000101 0 1100010 11111 11000 100111111 1100000 100111

Color Harmonies of #C10485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10485

Black with #C10485

Text Example


Text Example

White with #C10485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10485; }

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

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

background-color css

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

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

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

border-color css

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

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

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