Html Css Color HEX #C515C9 Deep Magenta

📋 copy color: '#C515C9'

red 197 ◦ green 21 ◦ blue 201

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

Shades of Deep Magenta #C515C9

Tints of Deep Magenta #C515C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 47.97%

R = 47.02%
G = 5.01%
B = 47.97%

CMYK

 C value IS 0.02

 M value IS 0.90

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C515C9 (or 0xC515C9) is known color: Deep Magenta. HEX triplet: C5, 15 and C9. RGB value is (197,21,201). Sum of RGB (Red+Green+Blue) = 197+21+201=419 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.02% from 419); Green value is 21 (8.59% from 255 or 5.01% from 419); Blue value is 201 (78.91% from 255 or 47.97% from 419); Max value from RGB is 201 - color contains mainly: blue. Hex color #C515C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C515C9 is #3AEA36. Grayscale: #5D5D5D. Windows color (decimal): -3861047 or 13178309. OLE color: 13178309.

HSL color Cylindrical-coordinate representation of color #C515C9: hue angle of 298.67º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C515C9 is Cyan = 0.02, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 197 21 201 -
CMYK 0.02 0.90 0 0.21
HSL 298.67º 0.81% 0.44% -
HSV(B) 298.67º 0.9% 0.79% -
XYZ 33.84 16.62 56.68 -
YUV 94.14 188.31 201.36 -
System Red Green Blue C M Y K H S L
Decimal 197 21 201 0.02 0.90 0 0.21 298.67 0.81 0.44
Hex C5 15 C9 2 5A 0 15 12B 51 2C
Octal 305 25 311 2 132 0 25 453 121 54
Binary 11000101 10101 11001001 10 1011010 0 10101 100101011 1010001 101100

Color Harmonies of #C515C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C515C9

Black with #C515C9

Text Example


Text Example

White with #C515C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C515C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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