Html Css Color HEX #C71A8C Medium Violet Red

📋 copy color: '#C71A8C'

red 199 ◦ green 26 ◦ blue 140

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

Shades of Medium Violet Red #C71A8C

Tints of Medium Violet Red #C71A8C

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.12%

 BLUE value IS 140 (55.08% from 255) = 38.36%

R = 54.52%
G = 7.12%
B = 38.36%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.30

 K value IS 0.22

RGB Variations

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

Color information

#C71A8C (or 0xC71A8C) is known color: Medium Violet Red. HEX triplet: C7, 1A and 8C. RGB value is (199,26,140). Sum of RGB (Red+Green+Blue) = 199+26+140=365 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.52% from 365); Green value is 26 (10.55% from 255 or 7.12% from 365); Blue value is 140 (55.08% from 255 or 38.36% from 365); Max value from RGB is 199 - color contains mainly: red. Hex color #C71A8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C71A8C is #38E573. Grayscale: #5A5A5A. Windows color (decimal): -3728756 or 9181895. OLE color: 9181895.

HSL color Cylindrical-coordinate representation of color #C71A8C: hue angle of 320.46º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C71A8C is Cyan = 0, Magento = 0.87, Yellow = 0.30 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 26 140 -
CMYK 0 0.87 0.30 0.22
HSL 320.46º 0.77% 0.44% -
HSV(B) 320.46º 0.87% 0.78% -
XYZ 28.66 14.77 26.15 -
YUV 90.72 155.81 205.23 -
System Red Green Blue C M Y K H S L
Decimal 199 26 140 0 0.87 0.30 0.22 320.46 0.77 0.44
Hex C7 1A 8C 0 57 1E 16 140 4D 2C
Octal 307 32 214 0 127 36 26 500 115 54
Binary 11000111 11010 10001100 0 1010111 11110 10110 101000000 1001101 101100

Color Harmonies of #C71A8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71A8C

Black with #C71A8C

Text Example


Text Example

White with #C71A8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71A8C; }

 p { color: rgb(199,26,140); }

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

background-color css

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

 a { background-color: rgb(199,26,140); }

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

border-color css

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

 span { border-color: rgb(199,26,140); }

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