Html Css Color HEX #C10492 Medium Violet Red

📋 copy color: '#C10492'

red 193 ◦ green 4 ◦ blue 146

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

Shades of Medium Violet Red #C10492

Tints of Medium Violet Red #C10492

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 42.57%

R = 56.27%
G = 1.17%
B = 42.57%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.24

 K value IS 0.24

RGB Variations

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

Color information

#C10492 (or 0xC10492) is known color: Medium Violet Red. HEX triplet: C1, 04 and 92. RGB value is (193,4,146). Sum of RGB (Red+Green+Blue) = 193+4+146=343 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.27% from 343); Green value is 4 (1.95% from 255 or 1.17% from 343); Blue value is 146 (57.42% from 255 or 42.57% from 343); Max value from RGB is 193 - color contains mainly: red. Hex color #C10492 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C10492 is #3EFB6D. Grayscale: #4C4C4C. Windows color (decimal): -4127598 or 9569473. OLE color: 9569473.

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

Color convert

RGB 193 4 146 -
CMYK 0 0.98 0.24 0.24
HSL 314.92º 0.96% 0.39% -
HSV(B) 314.92º 0.98% 0.76% -
XYZ 27.22 13.5 28.36 -
YUV 76.7 167.12 210.95 -
System Red Green Blue C M Y K H S L
Decimal 193 4 146 0 0.98 0.24 0.24 314.92 0.96 0.39
Hex C1 4 92 0 62 18 18 13B 60 27
Octal 301 4 222 0 142 30 30 473 140 47
Binary 11000001 100 10010010 0 1100010 11000 11000 100111011 1100000 100111

Color Harmonies of #C10492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10492

Black with #C10492

Text Example


Text Example

White with #C10492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10492; }

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

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

background-color css

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

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

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

border-color css

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

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

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