Html Css Color HEX #C716DA Deep Magenta

📋 copy color: '#C716DA'

red 199 ◦ green 22 ◦ blue 218

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

Shades of Deep Magenta #C716DA

Tints of Deep Magenta #C716DA

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.01%

 BLUE value IS 218 (85.55% from 255) = 49.66%

R = 45.33%
G = 5.01%
B = 49.66%

CMYK

 C value IS 0.09

 M value IS 0.90

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C716DA (or 0xC716DA) is known color: Deep Magenta. HEX triplet: C7, 16 and DA. RGB value is (199,22,218). Sum of RGB (Red+Green+Blue) = 199+22+218=439 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.33% from 439); Green value is 22 (8.98% from 255 or 5.01% from 439); Blue value is 218 (85.55% from 255 or 49.66% from 439); Max value from RGB is 218 - color contains mainly: blue. Hex color #C716DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C716DA is #38E925. Grayscale: #606060. Windows color (decimal): -3729702 or 14292679. OLE color: 14292679.

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

Color convert

RGB 199 22 218 -
CMYK 0.09 0.90 0 0.15
HSL 294.18º 0.82% 0.47% -
HSV(B) 294.18º 0.9% 0.85% -
XYZ 36.49 17.78 67.84 -
YUV 97.27 196.14 200.56 -
System Red Green Blue C M Y K H S L
Decimal 199 22 218 0.09 0.90 0 0.15 294.18 0.82 0.47
Hex C7 16 DA 9 5A 0 F 126 52 2F
Octal 307 26 332 11 132 0 17 446 122 57
Binary 11000111 10110 11011010 1001 1011010 0 1111 100100110 1010010 101111

Color Harmonies of #C716DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C716DA

Black with #C716DA

Text Example


Text Example

White with #C716DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C716DA; }

 p { color: rgb(199,22,218); }

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

background-color css

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

 a { background-color: rgb(199,22,218); }

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

border-color css

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

 span { border-color: rgb(199,22,218); }

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