Html Css Color HEX #C1087A Medium Violet Red

📋 copy color: '#C1087A'

red 193 ◦ green 8 ◦ blue 122

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

Shades of Medium Violet Red #C1087A

Tints of Medium Violet Red #C1087A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 37.77%

R = 59.75%
G = 2.48%
B = 37.77%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.37

 K value IS 0.24

RGB Variations

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

Color information

#C1087A (or 0xC1087A) is known color: Medium Violet Red. HEX triplet: C1, 08 and 7A. RGB value is (193,8,122). Sum of RGB (Red+Green+Blue) = 193+8+122=323 (42% of max value = 765). Red value is 193 (75.78% from 255 or 59.75% from 323); Green value is 8 (3.52% from 255 or 2.48% from 323); Blue value is 122 (48.05% from 255 or 37.77% from 323); Max value from RGB is 193 - color contains mainly: red. Hex color #C1087A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C1087A is #3EF785. Grayscale: #4C4C4C. Windows color (decimal): -4126598 or 7997633. OLE color: 7997633.

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

Color convert

RGB 193 8 122 -
CMYK 0 0.96 0.37 0.24
HSL 323.03º 0.92% 0.39% -
HSV(B) 323.03º 0.96% 0.76% -
XYZ 25.59 12.92 19.56 -
YUV 76.31 153.79 211.23 -
System Red Green Blue C M Y K H S L
Decimal 193 8 122 0 0.96 0.37 0.24 323.03 0.92 0.39
Hex C1 8 7A 0 60 25 18 143 5C 27
Octal 301 10 172 0 140 45 30 503 134 47
Binary 11000001 1000 1111010 0 1100000 100101 11000 101000011 1011100 100111

Color Harmonies of #C1087A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1087A

Black with #C1087A

Text Example


Text Example

White with #C1087A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1087A; }

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

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

background-color css

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

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

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

border-color css

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

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

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