Html Css Color HEX #C506D0 Deep Magenta

📋 copy color: '#C506D0'

red 197 ◦ green 6 ◦ blue 208

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

Shades of Deep Magenta #C506D0

Tints of Deep Magenta #C506D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 50.61%

R = 47.93%
G = 1.46%
B = 50.61%

CMYK

 C value IS 0.05

 M value IS 0.97

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C506D0 (or 0xC506D0) is known color: Deep Magenta. HEX triplet: C5, 06 and D0. RGB value is (197,6,208). Sum of RGB (Red+Green+Blue) = 197+6+208=411 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.93% from 411); Green value is 6 (2.73% from 255 or 1.46% from 411); Blue value is 208 (81.64% from 255 or 50.61% from 411); Max value from RGB is 208 - color contains mainly: blue. Hex color #C506D0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C506D0 is #3AF92F. Grayscale: #555555. Windows color (decimal): -3864880 or 13633221. OLE color: 13633221.

HSL color Cylindrical-coordinate representation of color #C506D0: hue angle of 296.73º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C506D0 is Cyan = 0.05, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 197 6 208 -
CMYK 0.05 0.97 0 0.18
HSL 296.73º 0.94% 0.42% -
HSV(B) 296.73º 0.97% 0.82% -
XYZ 34.48 16.55 61.05 -
YUV 86.14 196.78 207.07 -
System Red Green Blue C M Y K H S L
Decimal 197 6 208 0.05 0.97 0 0.18 296.73 0.94 0.42
Hex C5 6 D0 5 61 0 12 129 5E 2A
Octal 305 6 320 5 141 0 22 451 136 52
Binary 11000101 110 11010000 101 1100001 0 10010 100101001 1011110 101010

Color Harmonies of #C506D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C506D0

Black with #C506D0

Text Example


Text Example

White with #C506D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C506D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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