Html Css Color HEX #C10291 Medium Violet Red

📋 copy color: '#C10291'

red 193 ◦ green 2 ◦ blue 145

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

Shades of Medium Violet Red #C10291

Tints of Medium Violet Red #C10291

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.59%

 BLUE value IS 145 (57.03% from 255) = 42.65%

R = 56.76%
G = 0.59%
B = 42.65%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#C10291 (or 0xC10291) is known color: Medium Violet Red. HEX triplet: C1, 02 and 91. RGB value is (193,2,145). Sum of RGB (Red+Green+Blue) = 193+2+145=340 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.76% from 340); Green value is 2 (1.17% from 255 or 0.59% from 340); Blue value is 145 (57.03% from 255 or 42.65% from 340); Max value from RGB is 193 - color contains mainly: red. Hex color #C10291 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C10291 is #3EFD6E. Grayscale: #4B4B4B. Windows color (decimal): -4128111 or 9503425. OLE color: 9503425.

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

Color convert

RGB 193 2 145 -
CMYK 0 0.99 0.25 0.24
HSL 315.08º 0.98% 0.38% -
HSV(B) 315.08º 0.99% 0.76% -
XYZ 27.12 13.43 27.95 -
YUV 75.41 167.28 211.87 -
System Red Green Blue C M Y K H S L
Decimal 193 2 145 0 0.99 0.25 0.24 315.08 0.98 0.38
Hex C1 2 91 0 63 19 18 13B 62 26
Octal 301 2 221 0 143 31 30 473 142 46
Binary 11000001 10 10010001 0 1100011 11001 11000 100111011 1100010 100110

Color Harmonies of #C10291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10291

Black with #C10291

Text Example


Text Example

White with #C10291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10291; }

 p { color: rgb(193,2,145); }

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

background-color css

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

 a { background-color: rgb(193,2,145); }

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

border-color css

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

 span { border-color: rgb(193,2,145); }

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