Html Css Color HEX #C715DA Deep Magenta

📋 copy color: '#C715DA'

red 199 ◦ green 21 ◦ blue 218

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

Shades of Deep Magenta #C715DA

Tints of Deep Magenta #C715DA

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.79%

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

R = 45.43%
G = 4.79%
B = 49.77%

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

#C715DA (or 0xC715DA) is known color: Deep Magenta. HEX triplet: C7, 15 and DA. RGB value is (199,21,218). Sum of RGB (Red+Green+Blue) = 199+21+218=438 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.43% from 438); Green value is 21 (8.59% from 255 or 4.79% from 438); Blue value is 218 (85.55% from 255 or 49.77% from 438); Max value from RGB is 218 - color contains mainly: blue. Hex color #C715DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C715DA is #38EA25. Grayscale: #606060. Windows color (decimal): -3729958 or 14292423. OLE color: 14292423.

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

Color convert

RGB 199 21 218 -
CMYK 0.09 0.90 0 0.15
HSL 294.21º 0.82% 0.47% -
HSV(B) 294.21º 0.9% 0.85% -
XYZ 36.48 17.74 67.83 -
YUV 96.68 196.47 200.98 -
System Red Green Blue C M Y K H S L
Decimal 199 21 218 0.09 0.90 0 0.15 294.21 0.82 0.47
Hex C7 15 DA 9 5A 0 F 126 52 2F
Octal 307 25 332 11 132 0 17 446 122 57
Binary 11000111 10101 11011010 1001 1011010 0 1111 100100110 1010010 101111

Color Harmonies of #C715DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C715DA

Black with #C715DA

Text Example


Text Example

White with #C715DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C715DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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