Html Css Color HEX #C518CF Deep Magenta

📋 copy color: '#C518CF'

red 197 ◦ green 24 ◦ blue 207

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

Shades of Deep Magenta #C518CF

Tints of Deep Magenta #C518CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 48.36%

R = 46.03%
G = 5.61%
B = 48.36%

CMYK

 C value IS 0.05

 M value IS 0.88

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C518CF (or 0xC518CF) is known color: Deep Magenta. HEX triplet: C5, 18 and CF. RGB value is (197,24,207). Sum of RGB (Red+Green+Blue) = 197+24+207=428 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.03% from 428); Green value is 24 (9.77% from 255 or 5.61% from 428); Blue value is 207 (81.25% from 255 or 48.36% from 428); Max value from RGB is 207 - color contains mainly: blue. Hex color #C518CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C518CF is #3AE730. Grayscale: #606060. Windows color (decimal): -3860273 or 13572293. OLE color: 13572293.

HSL color Cylindrical-coordinate representation of color #C518CF: hue angle of 296.72º 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 #C518CF is Cyan = 0.05, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 197 24 207 -
CMYK 0.05 0.88 0 0.19
HSL 296.72º 0.79% 0.45% -
HSV(B) 296.72º 0.88% 0.81% -
XYZ 34.62 17.03 60.49 -
YUV 96.59 190.31 199.62 -
System Red Green Blue C M Y K H S L
Decimal 197 24 207 0.05 0.88 0 0.19 296.72 0.79 0.45
Hex C5 18 CF 5 58 0 13 129 4F 2D
Octal 305 30 317 5 130 0 23 451 117 55
Binary 11000101 11000 11001111 101 1011000 0 10011 100101001 1001111 101101

Color Harmonies of #C518CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C518CF

Black with #C518CF

Text Example


Text Example

White with #C518CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C518CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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