Html Css Color HEX #C506BA Deep Magenta

📋 copy color: '#C506BA'

red 197 ◦ green 6 ◦ blue 186

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

Shades of Deep Magenta #C506BA

Tints of Deep Magenta #C506BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 47.81%

R = 50.64%
G = 1.54%
B = 47.81%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.06

 K value IS 0.23

RGB Variations

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

Color information

#C506BA (or 0xC506BA) is known color: Deep Magenta. HEX triplet: C5, 06 and BA. RGB value is (197,6,186). Sum of RGB (Red+Green+Blue) = 197+6+186=389 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.64% from 389); Green value is 6 (2.73% from 255 or 1.54% from 389); Blue value is 186 (73.05% from 255 or 47.81% from 389); Max value from RGB is 197 - color contains mainly: red. Hex color #C506BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C506BA is #3AF945. Grayscale: #535353. Windows color (decimal): -3864902 or 12191429. OLE color: 12191429.

HSL color Cylindrical-coordinate representation of color #C506BA: hue angle of 303.46º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C506BA is Cyan = 0, Magento = 0.97, Yellow = 0.06 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 6 186 -
CMYK 0 0.97 0.06 0.23
HSL 303.46º 0.94% 0.4% -
HSV(B) 303.46º 0.97% 0.77% -
XYZ 31.95 15.55 47.77 -
YUV 83.63 185.78 208.86 -
System Red Green Blue C M Y K H S L
Decimal 197 6 186 0 0.97 0.06 0.23 303.46 0.94 0.4
Hex C5 6 BA 0 61 6 17 12F 5E 28
Octal 305 6 272 0 141 6 27 457 136 50
Binary 11000101 110 10111010 0 1100001 110 10111 100101111 1011110 101000

Color Harmonies of #C506BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C506BA

Black with #C506BA

Text Example


Text Example

White with #C506BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C506BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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