Html Css Color HEX #C518CE Deep Magenta

📋 copy color: '#C518CE'

red 197 ◦ green 24 ◦ blue 206

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

Shades of Deep Magenta #C518CE

Tints of Deep Magenta #C518CE

RGB

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

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

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

R = 46.14%
G = 5.62%
B = 48.24%

CMYK

 C value IS 0.04

 M value IS 0.88

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C518CE (or 0xC518CE) is known color: Deep Magenta. HEX triplet: C5, 18 and CE. RGB value is (197,24,206). Sum of RGB (Red+Green+Blue) = 197+24+206=427 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.14% from 427); Green value is 24 (9.77% from 255 or 5.62% from 427); Blue value is 206 (80.86% from 255 or 48.24% from 427); Max value from RGB is 206 - color contains mainly: blue. Hex color #C518CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C518CE is #3AE731. Grayscale: #5F5F5F. Windows color (decimal): -3860274 or 13506757. OLE color: 13506757.

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

Color convert

RGB 197 24 206 -
CMYK 0.04 0.88 0 0.19
HSL 297.03º 0.79% 0.45% -
HSV(B) 297.03º 0.88% 0.81% -
XYZ 34.49 16.98 59.85 -
YUV 96.48 189.81 199.7 -
System Red Green Blue C M Y K H S L
Decimal 197 24 206 0.04 0.88 0 0.19 297.03 0.79 0.45
Hex C5 18 CE 4 58 0 13 129 4F 2D
Octal 305 30 316 4 130 0 23 451 117 55
Binary 11000101 11000 11001110 100 1011000 0 10011 100101001 1001111 101101

Color Harmonies of #C518CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C518CE

Black with #C518CE

Text Example


Text Example

White with #C518CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C518CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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