Html Css Color HEX #C507DF Deep Magenta

📋 copy color: '#C507DF'

red 197 ◦ green 7 ◦ blue 223

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

Shades of Deep Magenta #C507DF

Tints of Deep Magenta #C507DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 52.22%

R = 46.14%
G = 1.64%
B = 52.22%

CMYK

 C value IS 0.12

 M value IS 0.97

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C507DF (or 0xC507DF) is known color: Deep Magenta. HEX triplet: C5, 07 and DF. RGB value is (197,7,223). Sum of RGB (Red+Green+Blue) = 197+7+223=427 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.14% from 427); Green value is 7 (3.12% from 255 or 1.64% from 427); Blue value is 223 (87.5% from 255 or 52.22% from 427); Max value from RGB is 223 - color contains mainly: blue. Hex color #C507DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C507DF is #3AF820. Grayscale: #575757. Windows color (decimal): -3864609 or 14616517. OLE color: 14616517.

HSL color Cylindrical-coordinate representation of color #C507DF: hue angle of 292.78º 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 #C507DF is Cyan = 0.12, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 197 7 223 -
CMYK 0.12 0.97 0 0.13
HSL 292.78º 0.94% 0.45% -
HSV(B) 292.78º 0.97% 0.87% -
XYZ 36.42 17.35 71.24 -
YUV 88.43 203.95 205.44 -
System Red Green Blue C M Y K H S L
Decimal 197 7 223 0.12 0.97 0 0.13 292.78 0.94 0.45
Hex C5 7 DF C 61 0 D 125 5E 2D
Octal 305 7 337 14 141 0 15 445 136 55
Binary 11000101 111 11011111 1100 1100001 0 1101 100100101 1011110 101101

Color Harmonies of #C507DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C507DF

Black with #C507DF

Text Example


Text Example

White with #C507DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C507DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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