Html Css Color HEX #C71A6C Medium Violet Red

📋 copy color: '#C71A6C'

red 199 ◦ green 26 ◦ blue 108

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

Shades of Medium Violet Red #C71A6C

Tints of Medium Violet Red #C71A6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 32.43%

R = 59.76%
G = 7.81%
B = 32.43%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.46

 K value IS 0.22

RGB Variations

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

Color information

#C71A6C (or 0xC71A6C) is known color: Medium Violet Red. HEX triplet: C7, 1A and 6C. RGB value is (199,26,108). Sum of RGB (Red+Green+Blue) = 199+26+108=333 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.76% from 333); Green value is 26 (10.55% from 255 or 7.81% from 333); Blue value is 108 (42.58% from 255 or 32.43% from 333); Max value from RGB is 199 - color contains mainly: red. Hex color #C71A6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C71A6C is #38E593. Grayscale: #565656. Windows color (decimal): -3728788 or 7084743. OLE color: 7084743.

HSL color Cylindrical-coordinate representation of color #C71A6C: hue angle of 331.56º 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 #C71A6C is Cyan = 0, Magento = 0.87, Yellow = 0.46 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 26 108 -
CMYK 0 0.87 0.46 0.22
HSL 331.56º 0.77% 0.44% -
HSV(B) 331.56º 0.87% 0.78% -
XYZ 26.63 13.96 15.48 -
YUV 87.08 139.81 207.83 -
System Red Green Blue C M Y K H S L
Decimal 199 26 108 0 0.87 0.46 0.22 331.56 0.77 0.44
Hex C7 1A 6C 0 57 2E 16 14C 4D 2C
Octal 307 32 154 0 127 56 26 514 115 54
Binary 11000111 11010 1101100 0 1010111 101110 10110 101001100 1001101 101100

Color Harmonies of #C71A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71A6C

Black with #C71A6C

Text Example


Text Example

White with #C71A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71A6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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