Html Css Color HEX #C5188A Medium Violet Red

📋 copy color: '#C5188A'

red 197 ◦ green 24 ◦ blue 138

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

Shades of Medium Violet Red #C5188A

Tints of Medium Violet Red #C5188A

RGB

 RED value IS 197 (77.34% from 255) = 54.87%

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

 BLUE value IS 138 (54.3% from 255) = 38.44%

R = 54.87%
G = 6.69%
B = 38.44%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.30

 K value IS 0.23

RGB Variations

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

Color information

#C5188A (or 0xC5188A) is known color: Medium Violet Red. HEX triplet: C5, 18 and 8A. RGB value is (197,24,138). Sum of RGB (Red+Green+Blue) = 197+24+138=359 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.87% from 359); Green value is 24 (9.77% from 255 or 6.69% from 359); Blue value is 138 (54.30% from 255 or 38.44% from 359); Max value from RGB is 197 - color contains mainly: red. Hex color #C5188A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C5188A is #3AE775. Grayscale: #585858. Windows color (decimal): -3860342 or 9050309. OLE color: 9050309.

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

Color convert

RGB 197 24 138 -
CMYK 0 0.88 0.30 0.23
HSL 320.46º 0.78% 0.43% -
HSV(B) 320.46º 0.88% 0.77% -
XYZ 27.94 14.36 25.34 -
YUV 88.72 155.81 205.23 -
System Red Green Blue C M Y K H S L
Decimal 197 24 138 0 0.88 0.30 0.23 320.46 0.78 0.43
Hex C5 18 8A 0 58 1E 17 140 4E 2B
Octal 305 30 212 0 130 36 27 500 116 53
Binary 11000101 11000 10001010 0 1011000 11110 10111 101000000 1001110 101011

Color Harmonies of #C5188A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5188A

Black with #C5188A

Text Example


Text Example

White with #C5188A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5188A; }

 p { color: rgb(197,24,138); }

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

background-color css

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

 a { background-color: rgb(197,24,138); }

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

border-color css

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

 span { border-color: rgb(197,24,138); }

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