Html Css Color HEX #C10092 Medium Violet Red

📋 copy color: '#C10092'

red 193 ◦ green 0 ◦ blue 146

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

Shades of Medium Violet Red #C10092

Tints of Medium Violet Red #C10092

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 56.93%
G = 0%
B = 43.07%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.24

 K value IS 0.24

RGB Variations

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

Color information

#C10092 (or 0xC10092) is known color: Medium Violet Red. HEX triplet: C1, 00 and 92. RGB value is (193,0,146). Sum of RGB (Red+Green+Blue) = 193+0+146=339 (44% of max value = 765). Red value is 193 (75.78% from 255 or 56.93% from 339); Green value is 0 (0.39% from 255 or 0% from 339); Blue value is 146 (57.42% from 255 or 43.07% from 339); Max value from RGB is 193 - color contains mainly: red. Hex color #C10092 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C10092 is #3EFF6D. Grayscale: #494949. Windows color (decimal): -4128622 or 9568449. OLE color: 9568449.

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

Color convert

RGB 193 0 146 -
CMYK 0 1 0.24 0.24
HSL 314.61º 1% 0.38% -
HSV(B) 314.61º 1% 0.76% -
XYZ 27.18 13.41 28.35 -
YUV 74.35 168.44 212.63 -
System Red Green Blue C M Y K H S L
Decimal 193 0 146 0 1 0.24 0.24 314.61 1 0.38
Hex C1 0 92 0 64 18 18 13B 64 26
Octal 301 0 222 0 144 30 30 473 144 46
Binary 11000001 0 10010010 0 1100100 11000 11000 100111011 1100100 100110

Color Harmonies of #C10092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10092

Black with #C10092

Text Example


Text Example

White with #C10092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10092; }

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

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

background-color css

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

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

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

border-color css

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

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

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