Html Css Color HEX #C515CE Deep Magenta

📋 copy color: '#C515CE'

red 197 ◦ green 21 ◦ blue 206

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

Shades of Deep Magenta #C515CE

Tints of Deep Magenta #C515CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 48.58%

R = 46.46%
G = 4.95%
B = 48.58%

CMYK

 C value IS 0.04

 M value IS 0.90

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C515CE (or 0xC515CE) is known color: Deep Magenta. HEX triplet: C5, 15 and CE. RGB value is (197,21,206). Sum of RGB (Red+Green+Blue) = 197+21+206=424 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.46% from 424); Green value is 21 (8.59% from 255 or 4.95% from 424); Blue value is 206 (80.86% from 255 or 48.58% from 424); Max value from RGB is 206 - color contains mainly: blue. Hex color #C515CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C515CE is #3AEA31. Grayscale: #5E5E5E. Windows color (decimal): -3861042 or 13505989. OLE color: 13505989.

HSL color Cylindrical-coordinate representation of color #C515CE: hue angle of 297.08º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C515CE is Cyan = 0.04, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 197 21 206 -
CMYK 0.04 0.90 0 0.19
HSL 297.08º 0.81% 0.45% -
HSV(B) 297.08º 0.9% 0.81% -
XYZ 34.43 16.86 59.83 -
YUV 94.71 190.81 200.96 -
System Red Green Blue C M Y K H S L
Decimal 197 21 206 0.04 0.90 0 0.19 297.08 0.81 0.45
Hex C5 15 CE 4 5A 0 13 129 51 2D
Octal 305 25 316 4 132 0 23 451 121 55
Binary 11000101 10101 11001110 100 1011010 0 10011 100101001 1010001 101101

Color Harmonies of #C515CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C515CE

Black with #C515CE

Text Example


Text Example

White with #C515CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C515CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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