Html Css Color HEX #C71DAB Medium Violet Red

📋 copy color: '#C71DAB'

red 199 ◦ green 29 ◦ blue 171

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

Shades of Medium Violet Red #C71DAB

Tints of Medium Violet Red #C71DAB

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.27%

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

R = 49.87%
G = 7.27%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C71DAB (or 0xC71DAB) is known color: Medium Violet Red. HEX triplet: C7, 1D and AB. RGB value is (199,29,171). Sum of RGB (Red+Green+Blue) = 199+29+171=399 (52% of max value = 765). Red value is 199 (78.12% from 255 or 49.87% from 399); Green value is 29 (11.72% from 255 or 7.27% from 399); Blue value is 171 (67.19% from 255 or 42.86% from 399); Max value from RGB is 199 - color contains mainly: red. Hex color #C71DAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C71DAB is #38E254. Grayscale: #5F5F5F. Windows color (decimal): -3727957 or 11214279. OLE color: 11214279.

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

Color convert

RGB 199 29 171 -
CMYK 0 0.85 0.14 0.22
HSL 309.88º 0.75% 0.45% -
HSV(B) 309.88º 0.85% 0.78% -
XYZ 31.34 15.96 39.96 -
YUV 96.02 170.32 201.45 -
System Red Green Blue C M Y K H S L
Decimal 199 29 171 0 0.85 0.14 0.22 309.88 0.75 0.45
Hex C7 1D AB 0 55 E 16 136 4B 2D
Octal 307 35 253 0 125 16 26 466 113 55
Binary 11000111 11101 10101011 0 1010101 1110 10110 100110110 1001011 101101

Color Harmonies of #C71DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71DAB

Black with #C71DAB

Text Example


Text Example

White with #C71DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71DAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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