Html Css Color HEX #C506CD Deep Magenta

📋 copy color: '#C506CD'

red 197 ◦ green 6 ◦ blue 205

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

Shades of Deep Magenta #C506CD

Tints of Deep Magenta #C506CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 50.25%

R = 48.28%
G = 1.47%
B = 50.25%

CMYK

 C value IS 0.04

 M value IS 0.97

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C506CD (or 0xC506CD) is known color: Deep Magenta. HEX triplet: C5, 06 and CD. RGB value is (197,6,205). Sum of RGB (Red+Green+Blue) = 197+6+205=408 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.28% from 408); Green value is 6 (2.73% from 255 or 1.47% from 408); Blue value is 205 (80.47% from 255 or 50.25% from 408); Max value from RGB is 205 - color contains mainly: blue. Hex color #C506CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C506CD is #3AF932. Grayscale: #555555. Windows color (decimal): -3864883 or 13436613. OLE color: 13436613.

HSL color Cylindrical-coordinate representation of color #C506CD: hue angle of 297.59º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C506CD is Cyan = 0.04, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 197 6 205 -
CMYK 0.04 0.97 0 0.20
HSL 297.59º 0.94% 0.41% -
HSV(B) 297.59º 0.97% 0.8% -
XYZ 34.11 16.41 59.13 -
YUV 85.8 195.28 207.32 -
System Red Green Blue C M Y K H S L
Decimal 197 6 205 0.04 0.97 0 0.20 297.59 0.94 0.41
Hex C5 6 CD 4 61 0 14 12A 5E 29
Octal 305 6 315 4 141 0 24 452 136 51
Binary 11000101 110 11001101 100 1100001 0 10100 100101010 1011110 101001

Color Harmonies of #C506CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C506CD

Black with #C506CD

Text Example


Text Example

White with #C506CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C506CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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