Html Css Color HEX #C1087C Medium Violet Red

📋 copy color: '#C1087C'

red 193 ◦ green 8 ◦ blue 124

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

Shades of Medium Violet Red #C1087C

Tints of Medium Violet Red #C1087C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 38.15%

R = 59.38%
G = 2.46%
B = 38.15%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C1087C (or 0xC1087C) is known color: Medium Violet Red. HEX triplet: C1, 08 and 7C. RGB value is (193,8,124). Sum of RGB (Red+Green+Blue) = 193+8+124=325 (43% of max value = 765). Red value is 193 (75.78% from 255 or 59.38% from 325); Green value is 8 (3.52% from 255 or 2.46% from 325); Blue value is 124 (48.83% from 255 or 38.15% from 325); Max value from RGB is 193 - color contains mainly: red. Hex color #C1087C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C1087C is #3EF783. Grayscale: #4C4C4C. Windows color (decimal): -4126596 or 8128705. OLE color: 8128705.

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

Color convert

RGB 193 8 124 -
CMYK 0 0.96 0.36 0.24
HSL 322.38º 0.92% 0.39% -
HSV(B) 322.38º 0.96% 0.76% -
XYZ 25.72 12.97 20.22 -
YUV 76.54 154.79 211.07 -
System Red Green Blue C M Y K H S L
Decimal 193 8 124 0 0.96 0.36 0.24 322.38 0.92 0.39
Hex C1 8 7C 0 60 24 18 142 5C 27
Octal 301 10 174 0 140 44 30 502 134 47
Binary 11000001 1000 1111100 0 1100000 100100 11000 101000010 1011100 100111

Color Harmonies of #C1087C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1087C

Black with #C1087C

Text Example


Text Example

White with #C1087C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1087C; }

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

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

background-color css

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

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

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

border-color css

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

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

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