Html Css Color HEX #C507DE Deep Magenta

📋 copy color: '#C507DE'

red 197 ◦ green 7 ◦ blue 222

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

Shades of Deep Magenta #C507DE

Tints of Deep Magenta #C507DE

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.64%

 BLUE value IS 222 (87.11% from 255) = 52.11%

R = 46.24%
G = 1.64%
B = 52.11%

CMYK

 C value IS 0.11

 M value IS 0.97

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C507DE (or 0xC507DE) is known color: Deep Magenta. HEX triplet: C5, 07 and DE. RGB value is (197,7,222). Sum of RGB (Red+Green+Blue) = 197+7+222=426 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.24% from 426); Green value is 7 (3.12% from 255 or 1.64% from 426); Blue value is 222 (87.11% from 255 or 52.11% from 426); Max value from RGB is 222 - color contains mainly: blue. Hex color #C507DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C507DE is #3AF821. Grayscale: #575757. Windows color (decimal): -3864610 or 14550981. OLE color: 14550981.

HSL color Cylindrical-coordinate representation of color #C507DE: hue angle of 293.02º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C507DE is Cyan = 0.11, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 197 7 222 -
CMYK 0.11 0.97 0 0.13
HSL 293.02º 0.94% 0.45% -
HSV(B) 293.02º 0.97% 0.87% -
XYZ 36.29 17.3 70.53 -
YUV 88.32 203.45 205.52 -
System Red Green Blue C M Y K H S L
Decimal 197 7 222 0.11 0.97 0 0.13 293.02 0.94 0.45
Hex C5 7 DE B 61 0 D 125 5E 2D
Octal 305 7 336 13 141 0 15 445 136 55
Binary 11000101 111 11011110 1011 1100001 0 1101 100100101 1011110 101101

Color Harmonies of #C507DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C507DE

Black with #C507DE

Text Example


Text Example

White with #C507DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C507DE; }

 p { color: rgb(197,7,222); }

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

background-color css

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

 a { background-color: rgb(197,7,222); }

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

border-color css

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

 span { border-color: rgb(197,7,222); }

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