Html Css Color HEX #C5168D Medium Violet Red

📋 copy color: '#C5168D'

red 197 ◦ green 22 ◦ blue 141

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

Shades of Medium Violet Red #C5168D

Tints of Medium Violet Red #C5168D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 39.17%

R = 54.72%
G = 6.11%
B = 39.17%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.28

 K value IS 0.23

RGB Variations

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

Color information

#C5168D (or 0xC5168D) is known color: Medium Violet Red. HEX triplet: C5, 16 and 8D. RGB value is (197,22,141). Sum of RGB (Red+Green+Blue) = 197+22+141=360 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.72% from 360); Green value is 22 (8.98% from 255 or 6.11% from 360); Blue value is 141 (55.47% from 255 or 39.17% from 360); Max value from RGB is 197 - color contains mainly: red. Hex color #C5168D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C5168D is #3AE972. Grayscale: #575757. Windows color (decimal): -3860851 or 9246405. OLE color: 9246405.

HSL color Cylindrical-coordinate representation of color #C5168D: hue angle of 319.2º 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 #C5168D is Cyan = 0, Magento = 0.89, Yellow = 0.28 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 22 141 -
CMYK 0 0.89 0.28 0.23
HSL 319.2º 0.8% 0.43% -
HSV(B) 319.2º 0.89% 0.77% -
XYZ 28.12 14.37 26.49 -
YUV 87.89 157.98 205.82 -
System Red Green Blue C M Y K H S L
Decimal 197 22 141 0 0.89 0.28 0.23 319.2 0.8 0.43
Hex C5 16 8D 0 59 1C 17 13F 50 2B
Octal 305 26 215 0 131 34 27 477 120 53
Binary 11000101 10110 10001101 0 1011001 11100 10111 100111111 1010000 101011

Color Harmonies of #C5168D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5168D

Black with #C5168D

Text Example


Text Example

White with #C5168D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5168D; }

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

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

background-color css

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

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

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

border-color css

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

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

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