Html Css Color HEX #C507DD Deep Magenta

📋 copy color: '#C507DD'

red 197 ◦ green 7 ◦ blue 221

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

Shades of Deep Magenta #C507DD

Tints of Deep Magenta #C507DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 52%

R = 46.35%
G = 1.65%
B = 52%

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

#C507DD (or 0xC507DD) is known color: Deep Magenta. HEX triplet: C5, 07 and DD. RGB value is (197,7,221). Sum of RGB (Red+Green+Blue) = 197+7+221=425 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.35% from 425); Green value is 7 (3.12% from 255 or 1.65% from 425); Blue value is 221 (86.72% from 255 or 52% from 425); Max value from RGB is 221 - color contains mainly: blue. Hex color #C507DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C507DD is #3AF822. Grayscale: #575757. Windows color (decimal): -3864611 or 14485445. OLE color: 14485445.

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

Color convert

RGB 197 7 221 -
CMYK 0.11 0.97 0 0.13
HSL 293.27º 0.94% 0.45% -
HSV(B) 293.27º 0.97% 0.87% -
XYZ 36.15 17.24 69.83 -
YUV 88.21 202.95 205.6 -
System Red Green Blue C M Y K H S L
Decimal 197 7 221 0.11 0.97 0 0.13 293.27 0.94 0.45
Hex C5 7 DD B 61 0 D 125 5E 2D
Octal 305 7 335 13 141 0 15 445 136 55
Binary 11000101 111 11011101 1011 1100001 0 1101 100100101 1011110 101101

Color Harmonies of #C507DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C507DD

Black with #C507DD

Text Example


Text Example

White with #C507DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C507DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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