Html Css Color HEX #C71FAA Medium Violet Red

📋 copy color: '#C71FAA'

red 199 ◦ green 31 ◦ blue 170

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

Shades of Medium Violet Red #C71FAA

Tints of Medium Violet Red #C71FAA

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.75%

 BLUE value IS 170 (66.8% from 255) = 42.5%

R = 49.75%
G = 7.75%
B = 42.5%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.15

 K value IS 0.22

RGB Variations

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

Color information

#C71FAA (or 0xC71FAA) is known color: Medium Violet Red. HEX triplet: C7, 1F and AA. RGB value is (199,31,170). Sum of RGB (Red+Green+Blue) = 199+31+170=400 (52% of max value = 765). Red value is 199 (78.12% from 255 or 49.75% from 400); Green value is 31 (12.5% from 255 or 7.75% from 400); Blue value is 170 (66.80% from 255 or 42.5% from 400); Max value from RGB is 199 - color contains mainly: red. Hex color #C71FAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C71FAA is #38E055. Grayscale: #606060. Windows color (decimal): -3727446 or 11149255. OLE color: 11149255.

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

Color convert

RGB 199 31 170 -
CMYK 0 0.84 0.15 0.22
HSL 310.36º 0.73% 0.45% -
HSV(B) 310.36º 0.84% 0.78% -
XYZ 31.3 16.02 39.47 -
YUV 97.08 169.16 200.7 -
System Red Green Blue C M Y K H S L
Decimal 199 31 170 0 0.84 0.15 0.22 310.36 0.73 0.45
Hex C7 1F AA 0 54 F 16 136 49 2D
Octal 307 37 252 0 124 17 26 466 111 55
Binary 11000111 11111 10101010 0 1010100 1111 10110 100110110 1001001 101101

Color Harmonies of #C71FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71FAA

Black with #C71FAA

Text Example


Text Example

White with #C71FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71FAA; }

 p { color: rgb(199,31,170); }

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

background-color css

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

 a { background-color: rgb(199,31,170); }

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

border-color css

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

 span { border-color: rgb(199,31,170); }

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