Html Css Color HEX #C714AB Deep Magenta

📋 copy color: '#C714AB'

red 199 ◦ green 20 ◦ blue 171

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

Shades of Deep Magenta #C714AB

Tints of Deep Magenta #C714AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 43.85%

R = 51.03%
G = 5.13%
B = 43.85%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C714AB (or 0xC714AB) is known color: Deep Magenta. HEX triplet: C7, 14 and AB. RGB value is (199,20,171). Sum of RGB (Red+Green+Blue) = 199+20+171=390 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.03% from 390); Green value is 20 (8.20% from 255 or 5.13% from 390); Blue value is 171 (67.19% from 255 or 43.85% from 390); Max value from RGB is 199 - color contains mainly: red. Hex color #C714AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C714AB is #38EB54. Grayscale: #5A5A5A. Windows color (decimal): -3730261 or 11211975. OLE color: 11211975.

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

Color convert

RGB 199 20 171 -
CMYK 0 0.90 0.14 0.22
HSL 309.39º 0.82% 0.43% -
HSV(B) 309.39º 0.9% 0.78% -
XYZ 31.15 15.58 39.89 -
YUV 90.74 173.3 205.22 -
System Red Green Blue C M Y K H S L
Decimal 199 20 171 0 0.90 0.14 0.22 309.39 0.82 0.43
Hex C7 14 AB 0 5A E 16 135 52 2B
Octal 307 24 253 0 132 16 26 465 122 53
Binary 11000111 10100 10101011 0 1011010 1110 10110 100110101 1010010 101011

Color Harmonies of #C714AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C714AB

Black with #C714AB

Text Example


Text Example

White with #C714AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C714AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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