Html Css Color HEX #C519CF Deep Magenta

📋 copy color: '#C519CF'

red 197 ◦ green 25 ◦ blue 207

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

Shades of Deep Magenta #C519CF

Tints of Deep Magenta #C519CF

RGB

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

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

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

R = 45.92%
G = 5.83%
B = 48.25%

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

#C519CF (or 0xC519CF) is known color: Deep Magenta. HEX triplet: C5, 19 and CF. RGB value is (197,25,207). Sum of RGB (Red+Green+Blue) = 197+25+207=429 (56% of max value = 765). Red value is 197 (77.34% from 255 or 45.92% from 429); Green value is 25 (10.16% from 255 or 5.83% from 429); Blue value is 207 (81.25% from 255 or 48.25% from 429); Max value from RGB is 207 - color contains mainly: blue. Hex color #C519CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C519CF is #3AE630. Grayscale: #606060. Windows color (decimal): -3860017 or 13572549. OLE color: 13572549.

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

Color convert

RGB 197 25 207 -
CMYK 0.05 0.88 0 0.19
HSL 296.7º 0.78% 0.45% -
HSV(B) 296.7º 0.88% 0.81% -
XYZ 34.64 17.07 60.5 -
YUV 97.18 189.98 199.2 -
System Red Green Blue C M Y K H S L
Decimal 197 25 207 0.05 0.88 0 0.19 296.7 0.78 0.45
Hex C5 19 CF 5 58 0 13 129 4E 2D
Octal 305 31 317 5 130 0 23 451 116 55
Binary 11000101 11001 11001111 101 1011000 0 10011 100101001 1001110 101101

Color Harmonies of #C519CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C519CF

Black with #C519CF

Text Example


Text Example

White with #C519CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C519CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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