Html Css Color HEX #C518C6 Deep Magenta

📋 copy color: '#C518C6'

red 197 ◦ green 24 ◦ blue 198

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

Shades of Deep Magenta #C518C6

Tints of Deep Magenta #C518C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 47.26%

R = 47.02%
G = 5.73%
B = 47.26%

CMYK

 C value IS 0.01

 M value IS 0.88

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C518C6 (or 0xC518C6) is known color: Deep Magenta. HEX triplet: C5, 18 and C6. RGB value is (197,24,198). Sum of RGB (Red+Green+Blue) = 197+24+198=419 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.02% from 419); Green value is 24 (9.77% from 255 or 5.73% from 419); Blue value is 198 (77.73% from 255 or 47.26% from 419); Max value from RGB is 198 - color contains mainly: blue. Hex color #C518C6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C518C6 is #3AE739. Grayscale: #5F5F5F. Windows color (decimal): -3860282 or 12982469. OLE color: 12982469.

HSL color Cylindrical-coordinate representation of color #C518C6: hue angle of 299.66º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C518C6 is Cyan = 0.01, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 197 24 198 -
CMYK 0.01 0.88 0 0.22
HSL 299.66º 0.78% 0.44% -
HSV(B) 299.66º 0.88% 0.78% -
XYZ 33.55 16.6 54.86 -
YUV 95.56 185.81 200.35 -
System Red Green Blue C M Y K H S L
Decimal 197 24 198 0.01 0.88 0 0.22 299.66 0.78 0.44
Hex C5 18 C6 1 58 0 16 12C 4E 2C
Octal 305 30 306 1 130 0 26 454 116 54
Binary 11000101 11000 11000110 1 1011000 0 10110 100101100 1001110 101100

Color Harmonies of #C518C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C518C6

Black with #C518C6

Text Example


Text Example

White with #C518C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C518C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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