Html Css Color HEX #C5168B Medium Violet Red

📋 copy color: '#C5168B'

red 197 ◦ green 22 ◦ blue 139

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

Shades of Medium Violet Red #C5168B

Tints of Medium Violet Red #C5168B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 38.83%

R = 55.03%
G = 6.15%
B = 38.83%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.29

 K value IS 0.23

RGB Variations

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

Color information

#C5168B (or 0xC5168B) is known color: Medium Violet Red. HEX triplet: C5, 16 and 8B. RGB value is (197,22,139). Sum of RGB (Red+Green+Blue) = 197+22+139=358 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.03% from 358); Green value is 22 (8.98% from 255 or 6.15% from 358); Blue value is 139 (54.69% from 255 or 38.83% from 358); Max value from RGB is 197 - color contains mainly: red. Hex color #C5168B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C5168B is #3AE974. Grayscale: #575757. Windows color (decimal): -3860853 or 9115333. OLE color: 9115333.

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

Color convert

RGB 197 22 139 -
CMYK 0 0.89 0.29 0.23
HSL 319.89º 0.8% 0.43% -
HSV(B) 319.89º 0.89% 0.77% -
XYZ 27.97 14.31 25.71 -
YUV 87.66 156.98 205.99 -
System Red Green Blue C M Y K H S L
Decimal 197 22 139 0 0.89 0.29 0.23 319.89 0.8 0.43
Hex C5 16 8B 0 59 1D 17 140 50 2B
Octal 305 26 213 0 131 35 27 500 120 53
Binary 11000101 10110 10001011 0 1011001 11101 10111 101000000 1010000 101011

Color Harmonies of #C5168B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5168B

Black with #C5168B

Text Example


Text Example

White with #C5168B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5168B; }

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

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

background-color css

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

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

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

border-color css

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

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

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