Html Css Color HEX #C514AA Medium Violet Red

📋 copy color: '#C514AA'

red 197 ◦ green 20 ◦ blue 170

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

Shades of Medium Violet Red #C514AA

Tints of Medium Violet Red #C514AA

RGB

 RED value IS 197 (77.34% from 255) = 50.9%

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

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

R = 50.9%
G = 5.17%
B = 43.93%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.14

 K value IS 0.23

RGB Variations

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

Color information

#C514AA (or 0xC514AA) is known color: Medium Violet Red. HEX triplet: C5, 14 and AA. RGB value is (197,20,170). Sum of RGB (Red+Green+Blue) = 197+20+170=387 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.90% from 387); Green value is 20 (8.20% from 255 or 5.17% from 387); Blue value is 170 (66.80% from 255 or 43.93% from 387); Max value from RGB is 197 - color contains mainly: red. Hex color #C514AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C514AA is #3AEB55. Grayscale: #595959. Windows color (decimal): -3861334 or 11146437. OLE color: 11146437.

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

Color convert

RGB 197 20 170 -
CMYK 0 0.90 0.14 0.23
HSL 309.15º 0.82% 0.43% -
HSV(B) 309.15º 0.9% 0.77% -
XYZ 30.53 15.27 39.37 -
YUV 90.02 173.14 204.3 -
System Red Green Blue C M Y K H S L
Decimal 197 20 170 0 0.90 0.14 0.23 309.15 0.82 0.43
Hex C5 14 AA 0 5A E 17 135 52 2B
Octal 305 24 252 0 132 16 27 465 122 53
Binary 11000101 10100 10101010 0 1011010 1110 10111 100110101 1010010 101011

Color Harmonies of #C514AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C514AA

Black with #C514AA

Text Example


Text Example

White with #C514AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C514AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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