Html Css Color HEX #C1187B Medium Violet Red

📋 copy color: '#C1187B'

red 193 ◦ green 24 ◦ blue 123

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

Shades of Medium Violet Red #C1187B

Tints of Medium Violet Red #C1187B

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.06%

 BLUE value IS 123 (48.44% from 255) = 36.18%

R = 56.76%
G = 7.06%
B = 36.18%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C1187B (or 0xC1187B) is known color: Medium Violet Red. HEX triplet: C1, 18 and 7B. RGB value is (193,24,123). Sum of RGB (Red+Green+Blue) = 193+24+123=340 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.76% from 340); Green value is 24 (9.77% from 255 or 7.06% from 340); Blue value is 123 (48.44% from 255 or 36.18% from 340); Max value from RGB is 193 - color contains mainly: red. Hex color #C1187B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C1187B is #3EE784. Grayscale: #555555. Windows color (decimal): -4122501 or 8067265. OLE color: 8067265.

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

Color convert

RGB 193 24 123 -
CMYK 0 0.88 0.36 0.24
HSL 324.85º 0.78% 0.43% -
HSV(B) 324.85º 0.88% 0.76% -
XYZ 25.89 13.42 19.96 -
YUV 85.82 148.99 204.45 -
System Red Green Blue C M Y K H S L
Decimal 193 24 123 0 0.88 0.36 0.24 324.85 0.78 0.43
Hex C1 18 7B 0 58 24 18 145 4E 2B
Octal 301 30 173 0 130 44 30 505 116 53
Binary 11000001 11000 1111011 0 1011000 100100 11000 101000101 1001110 101011

Color Harmonies of #C1187B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1187B

Black with #C1187B

Text Example


Text Example

White with #C1187B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1187B; }

 p { color: rgb(193,24,123); }

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

background-color css

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

 a { background-color: rgb(193,24,123); }

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

border-color css

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

 span { border-color: rgb(193,24,123); }

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