Html Css Color HEX #C515DA Deep Magenta

📋 copy color: '#C515DA'

red 197 ◦ green 21 ◦ blue 218

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

Shades of Deep Magenta #C515DA

Tints of Deep Magenta #C515DA

RGB

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

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

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

R = 45.18%
G = 4.82%
B = 50%

CMYK

 C value IS 0.10

 M value IS 0.90

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C515DA (or 0xC515DA) is known color: Deep Magenta. HEX triplet: C5, 15 and DA. RGB value is (197,21,218). Sum of RGB (Red+Green+Blue) = 197+21+218=436 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.18% from 436); Green value is 21 (8.59% from 255 or 4.82% from 436); Blue value is 218 (85.55% from 255 or 50% from 436); Max value from RGB is 218 - color contains mainly: blue. Hex color #C515DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C515DA is #3AEA25. Grayscale: #5F5F5F. Windows color (decimal): -3861030 or 14292421. OLE color: 14292421.

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

Color convert

RGB 197 21 218 -
CMYK 0.10 0.90 0 0.15
HSL 293.6º 0.82% 0.47% -
HSV(B) 293.6º 0.9% 0.85% -
XYZ 35.95 17.47 67.81 -
YUV 96.08 196.81 199.98 -
System Red Green Blue C M Y K H S L
Decimal 197 21 218 0.10 0.90 0 0.15 293.6 0.82 0.47
Hex C5 15 DA A 5A 0 F 126 52 2F
Octal 305 25 332 12 132 0 17 446 122 57
Binary 11000101 10101 11011010 1010 1011010 0 1111 100100110 1010010 101111

Color Harmonies of #C515DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C515DA

Black with #C515DA

Text Example


Text Example

White with #C515DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C515DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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