Html Css Color HEX #C718AF Deep Magenta

📋 copy color: '#C718AF'

red 199 ◦ green 24 ◦ blue 175

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

Shades of Deep Magenta #C718AF

Tints of Deep Magenta #C718AF

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.03%

 BLUE value IS 175 (68.75% from 255) = 43.97%

R = 50%
G = 6.03%
B = 43.97%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#C718AF (or 0xC718AF) is known color: Deep Magenta. HEX triplet: C7, 18 and AF. RGB value is (199,24,175). Sum of RGB (Red+Green+Blue) = 199+24+175=398 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50% from 398); Green value is 24 (9.77% from 255 or 6.03% from 398); Blue value is 175 (68.75% from 255 or 43.97% from 398); Max value from RGB is 199 - color contains mainly: red. Hex color #C718AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C718AF is #38E750. Grayscale: #5D5D5D. Windows color (decimal): -3729233 or 11475143. OLE color: 11475143.

HSL color Cylindrical-coordinate representation of color #C718AF: hue angle of 308.23º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C718AF is Cyan = 0, Magento = 0.88, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 24 175 -
CMYK 0 0.88 0.12 0.22
HSL 308.23º 0.78% 0.44% -
HSV(B) 308.23º 0.88% 0.78% -
XYZ 31.62 15.89 41.96 -
YUV 93.54 173.98 203.22 -
System Red Green Blue C M Y K H S L
Decimal 199 24 175 0 0.88 0.12 0.22 308.23 0.78 0.44
Hex C7 18 AF 0 58 C 16 134 4E 2C
Octal 307 30 257 0 130 14 26 464 116 54
Binary 11000111 11000 10101111 0 1011000 1100 10110 100110100 1001110 101100

Color Harmonies of #C718AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C718AF

Black with #C718AF

Text Example


Text Example

White with #C718AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C718AF; }

 p { color: rgb(199,24,175); }

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

background-color css

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

 a { background-color: rgb(199,24,175); }

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

border-color css

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

 span { border-color: rgb(199,24,175); }

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