Html Css Color HEX #C714AA Medium Violet Red

📋 copy color: '#C714AA'

red 199 ◦ green 20 ◦ blue 170

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

Shades of Medium Violet Red #C714AA

Tints of Medium Violet Red #C714AA

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.14%

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

R = 51.16%
G = 5.14%
B = 43.7%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.15

 K value IS 0.22

RGB Variations

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

Color information

#C714AA (or 0xC714AA) is known color: Medium Violet Red. HEX triplet: C7, 14 and AA. RGB value is (199,20,170). Sum of RGB (Red+Green+Blue) = 199+20+170=389 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.16% from 389); Green value is 20 (8.20% from 255 or 5.14% from 389); Blue value is 170 (66.80% from 255 or 43.70% from 389); Max value from RGB is 199 - color contains mainly: red. Hex color #C714AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C714AA is #38EB55. Grayscale: #5A5A5A. Windows color (decimal): -3730262 or 11146439. OLE color: 11146439.

HSL color Cylindrical-coordinate representation of color #C714AA: hue angle of 309.72º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C714AA is Cyan = 0, Magento = 0.90, Yellow = 0.15 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 20 170 -
CMYK 0 0.90 0.15 0.22
HSL 309.72º 0.82% 0.43% -
HSV(B) 309.72º 0.9% 0.78% -
XYZ 31.06 15.54 39.39 -
YUV 90.62 172.8 205.3 -
System Red Green Blue C M Y K H S L
Decimal 199 20 170 0 0.90 0.15 0.22 309.72 0.82 0.43
Hex C7 14 AA 0 5A F 16 136 52 2B
Octal 307 24 252 0 132 17 26 466 122 53
Binary 11000111 10100 10101010 0 1011010 1111 10110 100110110 1010010 101011

Color Harmonies of #C714AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C714AA

Black with #C714AA

Text Example


Text Example

White with #C714AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C714AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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