Html Css Color HEX #C519CC Deep Magenta

📋 copy color: '#C519CC'

red 197 ◦ green 25 ◦ blue 204

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

Shades of Deep Magenta #C519CC

Tints of Deep Magenta #C519CC

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.87%

 BLUE value IS 204 (80.08% from 255) = 47.89%

R = 46.24%
G = 5.87%
B = 47.89%

CMYK

 C value IS 0.03

 M value IS 0.88

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C519CC (or 0xC519CC) is known color: Deep Magenta. HEX triplet: C5, 19 and CC. RGB value is (197,25,204). Sum of RGB (Red+Green+Blue) = 197+25+204=426 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.24% from 426); Green value is 25 (10.16% from 255 or 5.87% from 426); Blue value is 204 (80.08% from 255 or 47.89% from 426); Max value from RGB is 204 - color contains mainly: blue. Hex color #C519CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C519CC is #3AE633. Grayscale: #606060. Windows color (decimal): -3860020 or 13375941. OLE color: 13375941.

HSL color Cylindrical-coordinate representation of color #C519CC: hue angle of 297.65º degrees, saturation: 0.78, 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 #C519CC is Cyan = 0.03, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 197 25 204 -
CMYK 0.03 0.88 0 0.2
HSL 297.65º 0.78% 0.45% -
HSV(B) 297.65º 0.88% 0.8% -
XYZ 34.27 16.93 58.59 -
YUV 96.83 188.48 199.45 -
System Red Green Blue C M Y K H S L
Decimal 197 25 204 0.03 0.88 0 0.2 297.65 0.78 0.45
Hex C5 19 CC 3 58 0 14 12A 4E 2D
Octal 305 31 314 3 130 0 24 452 116 55
Binary 11000101 11001 11001100 11 1011000 0 10100 100101010 1001110 101101

Color Harmonies of #C519CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C519CC

Black with #C519CC

Text Example


Text Example

White with #C519CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C519CC; }

 p { color: rgb(197,25,204); }

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

background-color css

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

 a { background-color: rgb(197,25,204); }

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

border-color css

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

 span { border-color: rgb(197,25,204); }

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