Html Css Color HEX #C518CD Deep Magenta

📋 copy color: '#C518CD'

red 197 ◦ green 24 ◦ blue 205

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

Shades of Deep Magenta #C518CD

Tints of Deep Magenta #C518CD

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.63%

 BLUE value IS 205 (80.47% from 255) = 48.12%

R = 46.24%
G = 5.63%
B = 48.12%

CMYK

 C value IS 0.04

 M value IS 0.88

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C518CD (or 0xC518CD) is known color: Deep Magenta. HEX triplet: C5, 18 and CD. RGB value is (197,24,205). Sum of RGB (Red+Green+Blue) = 197+24+205=426 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.24% from 426); Green value is 24 (9.77% from 255 or 5.63% from 426); Blue value is 205 (80.47% from 255 or 48.12% from 426); Max value from RGB is 205 - color contains mainly: blue. Hex color #C518CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C518CD is #3AE732. Grayscale: #5F5F5F. Windows color (decimal): -3860275 or 13441221. OLE color: 13441221.

HSL color Cylindrical-coordinate representation of color #C518CD: hue angle of 297.35º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C518CD is Cyan = 0.04, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 197 24 205 -
CMYK 0.04 0.88 0 0.20
HSL 297.35º 0.79% 0.45% -
HSV(B) 297.35º 0.88% 0.8% -
XYZ 34.37 16.93 59.21 -
YUV 96.36 189.31 199.78 -
System Red Green Blue C M Y K H S L
Decimal 197 24 205 0.04 0.88 0 0.20 297.35 0.79 0.45
Hex C5 18 CD 4 58 0 14 129 4F 2D
Octal 305 30 315 4 130 0 24 451 117 55
Binary 11000101 11000 11001101 100 1011000 0 10100 100101001 1001111 101101

Color Harmonies of #C518CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C518CD

Black with #C518CD

Text Example


Text Example

White with #C518CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C518CD; }

 p { color: rgb(197,24,205); }

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

background-color css

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

 a { background-color: rgb(197,24,205); }

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

border-color css

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

 span { border-color: rgb(197,24,205); }

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