Html Css Color HEX #C5168A Medium Violet Red

📋 copy color: '#C5168A'

red 197 ◦ green 22 ◦ blue 138

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

Shades of Medium Violet Red #C5168A

Tints of Medium Violet Red #C5168A

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.16%

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

R = 55.18%
G = 6.16%
B = 38.66%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.30

 K value IS 0.23

RGB Variations

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

Color information

#C5168A (or 0xC5168A) is known color: Medium Violet Red. HEX triplet: C5, 16 and 8A. RGB value is (197,22,138). Sum of RGB (Red+Green+Blue) = 197+22+138=357 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.18% from 357); Green value is 22 (8.98% from 255 or 6.16% from 357); Blue value is 138 (54.30% from 255 or 38.66% from 357); Max value from RGB is 197 - color contains mainly: red. Hex color #C5168A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C5168A is #3AE975. Grayscale: #575757. Windows color (decimal): -3860854 or 9049797. OLE color: 9049797.

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

Color convert

RGB 197 22 138 -
CMYK 0 0.89 0.30 0.23
HSL 320.23º 0.8% 0.43% -
HSV(B) 320.23º 0.89% 0.77% -
XYZ 27.9 14.28 25.33 -
YUV 87.55 156.48 206.07 -
System Red Green Blue C M Y K H S L
Decimal 197 22 138 0 0.89 0.30 0.23 320.23 0.8 0.43
Hex C5 16 8A 0 59 1E 17 140 50 2B
Octal 305 26 212 0 131 36 27 500 120 53
Binary 11000101 10110 10001010 0 1011001 11110 10111 101000000 1010000 101011

Color Harmonies of #C5168A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5168A

Black with #C5168A

Text Example


Text Example

White with #C5168A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5168A; }

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

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

background-color css

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

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

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

border-color css

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

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

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