Html Css Color HEX #C505DC Deep Magenta

📋 copy color: '#C505DC'

red 197 ◦ green 5 ◦ blue 220

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

Shades of Deep Magenta #C505DC

Tints of Deep Magenta #C505DC

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.18%

 BLUE value IS 220 (86.33% from 255) = 52.13%

R = 46.68%
G = 1.18%
B = 52.13%

CMYK

 C value IS 0.10

 M value IS 0.98

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C505DC (or 0xC505DC) is known color: Deep Magenta. HEX triplet: C5, 05 and DC. RGB value is (197,5,220). Sum of RGB (Red+Green+Blue) = 197+5+220=422 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.68% from 422); Green value is 5 (2.34% from 255 or 1.18% from 422); Blue value is 220 (86.33% from 255 or 52.13% from 422); Max value from RGB is 220 - color contains mainly: blue. Hex color #C505DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C505DC is #3AFA23. Grayscale: #565656. Windows color (decimal): -3865124 or 14419397. OLE color: 14419397.

HSL color Cylindrical-coordinate representation of color #C505DC: hue angle of 293.58º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C505DC is Cyan = 0.10, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 197 5 220 -
CMYK 0.10 0.98 0 0.14
HSL 293.58º 0.96% 0.44% -
HSV(B) 293.58º 0.98% 0.86% -
XYZ 36 17.15 69.12 -
YUV 86.92 203.11 206.52 -
System Red Green Blue C M Y K H S L
Decimal 197 5 220 0.10 0.98 0 0.14 293.58 0.96 0.44
Hex C5 5 DC A 62 0 E 126 60 2C
Octal 305 5 334 12 142 0 16 446 140 54
Binary 11000101 101 11011100 1010 1100010 0 1110 100100110 1100000 101100

Color Harmonies of #C505DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C505DC

Black with #C505DC

Text Example


Text Example

White with #C505DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C505DC; }

 p { color: rgb(197,5,220); }

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

background-color css

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

 a { background-color: rgb(197,5,220); }

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

border-color css

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

 span { border-color: rgb(197,5,220); }

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