Html Css Color HEX #C10892 Medium Violet Red

📋 copy color: '#C10892'

red 193 ◦ green 8 ◦ blue 146

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

Shades of Medium Violet Red #C10892

Tints of Medium Violet Red #C10892

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.31%

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

R = 55.62%
G = 2.31%
B = 42.07%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.24

 K value IS 0.24

RGB Variations

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

Color information

#C10892 (or 0xC10892) is known color: Medium Violet Red. HEX triplet: C1, 08 and 92. RGB value is (193,8,146). Sum of RGB (Red+Green+Blue) = 193+8+146=347 (45% of max value = 765). Red value is 193 (75.78% from 255 or 55.62% from 347); Green value is 8 (3.52% from 255 or 2.31% from 347); Blue value is 146 (57.42% from 255 or 42.07% from 347); Max value from RGB is 193 - color contains mainly: red. Hex color #C10892 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C10892 is #3EF76D. Grayscale: #4E4E4E. Windows color (decimal): -4126574 or 9570497. OLE color: 9570497.

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

Color convert

RGB 193 8 146 -
CMYK 0 0.96 0.24 0.24
HSL 315.24º 0.92% 0.39% -
HSV(B) 315.24º 0.96% 0.76% -
XYZ 27.27 13.59 28.38 -
YUV 79.05 165.79 209.28 -
System Red Green Blue C M Y K H S L
Decimal 193 8 146 0 0.96 0.24 0.24 315.24 0.92 0.39
Hex C1 8 92 0 60 18 18 13B 5C 27
Octal 301 10 222 0 140 30 30 473 134 47
Binary 11000001 1000 10010010 0 1100000 11000 11000 100111011 1011100 100111

Color Harmonies of #C10892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10892

Black with #C10892

Text Example


Text Example

White with #C10892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10892; }

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

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

background-color css

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

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

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

border-color css

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

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

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