Html Css Color HEX #C506DC Deep Magenta

📋 copy color: '#C506DC'

red 197 ◦ green 6 ◦ blue 220

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

Shades of Deep Magenta #C506DC

Tints of Deep Magenta #C506DC

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.42%

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

R = 46.57%
G = 1.42%
B = 52.01%

CMYK

 C value IS 0.10

 M value IS 0.97

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C506DC (or 0xC506DC) is known color: Deep Magenta. HEX triplet: C5, 06 and DC. RGB value is (197,6,220). Sum of RGB (Red+Green+Blue) = 197+6+220=423 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.57% from 423); Green value is 6 (2.73% from 255 or 1.42% from 423); Blue value is 220 (86.33% from 255 or 52.01% from 423); Max value from RGB is 220 - color contains mainly: blue. Hex color #C506DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C506DC is #3AF923. Grayscale: #565656. Windows color (decimal): -3864868 or 14419653. OLE color: 14419653.

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

Color convert

RGB 197 6 220 -
CMYK 0.10 0.97 0 0.14
HSL 293.55º 0.95% 0.44% -
HSV(B) 293.55º 0.97% 0.86% -
XYZ 36.01 17.17 69.13 -
YUV 87.51 202.78 206.1 -
System Red Green Blue C M Y K H S L
Decimal 197 6 220 0.10 0.97 0 0.14 293.55 0.95 0.44
Hex C5 6 DC A 61 0 E 126 5F 2C
Octal 305 6 334 12 141 0 16 446 137 54
Binary 11000101 110 11011100 1010 1100001 0 1110 100100110 1011111 101100

Color Harmonies of #C506DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C506DC

Black with #C506DC

Text Example


Text Example

White with #C506DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C506DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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