Html Css Color HEX #C506CF Deep Magenta

📋 copy color: '#C506CF'

red 197 ◦ green 6 ◦ blue 207

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

Shades of Deep Magenta #C506CF

Tints of Deep Magenta #C506CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 50.49%

R = 48.05%
G = 1.46%
B = 50.49%

CMYK

 C value IS 0.05

 M value IS 0.97

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C506CF (or 0xC506CF) is known color: Deep Magenta. HEX triplet: C5, 06 and CF. RGB value is (197,6,207). Sum of RGB (Red+Green+Blue) = 197+6+207=410 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.05% from 410); Green value is 6 (2.73% from 255 or 1.46% from 410); Blue value is 207 (81.25% from 255 or 50.49% from 410); Max value from RGB is 207 - color contains mainly: blue. Hex color #C506CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C506CF is #3AF930. Grayscale: #555555. Windows color (decimal): -3864881 or 13567685. OLE color: 13567685.

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

Color convert

RGB 197 6 207 -
CMYK 0.05 0.97 0 0.19
HSL 297.01º 0.94% 0.42% -
HSV(B) 297.01º 0.97% 0.81% -
XYZ 34.35 16.51 60.41 -
YUV 86.02 196.28 207.16 -
System Red Green Blue C M Y K H S L
Decimal 197 6 207 0.05 0.97 0 0.19 297.01 0.94 0.42
Hex C5 6 CF 5 61 0 13 129 5E 2A
Octal 305 6 317 5 141 0 23 451 136 52
Binary 11000101 110 11001111 101 1100001 0 10011 100101001 1011110 101010

Color Harmonies of #C506CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C506CF

Black with #C506CF

Text Example


Text Example

White with #C506CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C506CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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