Html Css Color HEX #C716AB Medium Violet Red

📋 copy color: '#C716AB'

red 199 ◦ green 22 ◦ blue 171

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

Shades of Medium Violet Red #C716AB

Tints of Medium Violet Red #C716AB

RGB

 RED value IS 199 (78.13% from 255) = 50.77%

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

 BLUE value IS 171 (67.19% from 255) = 43.62%

R = 50.77%
G = 5.61%
B = 43.62%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C716AB (or 0xC716AB) is known color: Medium Violet Red. HEX triplet: C7, 16 and AB. RGB value is (199,22,171). Sum of RGB (Red+Green+Blue) = 199+22+171=392 (51% of max value = 765). Red value is 199 (78.12% from 255 or 50.77% from 392); Green value is 22 (8.98% from 255 or 5.61% from 392); Blue value is 171 (67.19% from 255 or 43.62% from 392); Max value from RGB is 199 - color contains mainly: red. Hex color #C716AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C716AB is #38E954. Grayscale: #5B5B5B. Windows color (decimal): -3729749 or 11212487. OLE color: 11212487.

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

Color convert

RGB 199 22 171 -
CMYK 0 0.89 0.14 0.22
HSL 309.49º 0.8% 0.43% -
HSV(B) 309.49º 0.89% 0.78% -
XYZ 31.19 15.66 39.91 -
YUV 91.91 172.64 204.38 -
System Red Green Blue C M Y K H S L
Decimal 199 22 171 0 0.89 0.14 0.22 309.49 0.8 0.43
Hex C7 16 AB 0 59 E 16 135 50 2B
Octal 307 26 253 0 131 16 26 465 120 53
Binary 11000111 10110 10101011 0 1011001 1110 10110 100110101 1010000 101011

Color Harmonies of #C716AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C716AB

Black with #C716AB

Text Example


Text Example

White with #C716AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C716AB; }

 p { color: rgb(199,22,171); }

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

background-color css

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

 a { background-color: rgb(199,22,171); }

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

border-color css

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

 span { border-color: rgb(199,22,171); }

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