Html Css Color HEX #C1087E Medium Violet Red

📋 copy color: '#C1087E'

red 193 ◦ green 8 ◦ blue 126

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

Shades of Medium Violet Red #C1087E

Tints of Medium Violet Red #C1087E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 38.53%

R = 59.02%
G = 2.45%
B = 38.53%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#C1087E (or 0xC1087E) is known color: Medium Violet Red. HEX triplet: C1, 08 and 7E. RGB value is (193,8,126). Sum of RGB (Red+Green+Blue) = 193+8+126=327 (43% of max value = 765). Red value is 193 (75.78% from 255 or 59.02% from 327); Green value is 8 (3.52% from 255 or 2.45% from 327); Blue value is 126 (49.61% from 255 or 38.53% from 327); Max value from RGB is 193 - color contains mainly: red. Hex color #C1087E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C1087E is #3EF781. Grayscale: #4C4C4C. Windows color (decimal): -4126594 or 8259777. OLE color: 8259777.

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

Color convert

RGB 193 8 126 -
CMYK 0 0.96 0.35 0.24
HSL 321.73º 0.92% 0.39% -
HSV(B) 321.73º 0.96% 0.76% -
XYZ 25.85 13.02 20.89 -
YUV 76.77 155.79 210.91 -
System Red Green Blue C M Y K H S L
Decimal 193 8 126 0 0.96 0.35 0.24 321.73 0.92 0.39
Hex C1 8 7E 0 60 23 18 142 5C 27
Octal 301 10 176 0 140 43 30 502 134 47
Binary 11000001 1000 1111110 0 1100000 100011 11000 101000010 1011100 100111

Color Harmonies of #C1087E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1087E

Black with #C1087E

Text Example


Text Example

White with #C1087E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1087E; }

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

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

background-color css

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

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

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

border-color css

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

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

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