Html Css Color HEX #C507CD Deep Magenta

📋 copy color: '#C507CD'

red 197 ◦ green 7 ◦ blue 205

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

Shades of Deep Magenta #C507CD

Tints of Deep Magenta #C507CD

RGB

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

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

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

R = 48.17%
G = 1.71%
B = 50.12%

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

#C507CD (or 0xC507CD) is known color: Deep Magenta. HEX triplet: C5, 07 and CD. RGB value is (197,7,205). Sum of RGB (Red+Green+Blue) = 197+7+205=409 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.17% from 409); Green value is 7 (3.12% from 255 or 1.71% from 409); Blue value is 205 (80.47% from 255 or 50.12% from 409); Max value from RGB is 205 - color contains mainly: blue. Hex color #C507CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C507CD is #3AF832. Grayscale: #555555. Windows color (decimal): -3864627 or 13436869. OLE color: 13436869.

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

Color convert

RGB 197 7 205 -
CMYK 0.04 0.97 0 0.20
HSL 297.58º 0.93% 0.42% -
HSV(B) 297.58º 0.97% 0.8% -
XYZ 34.12 16.43 59.13 -
YUV 86.38 194.95 206.9 -
System Red Green Blue C M Y K H S L
Decimal 197 7 205 0.04 0.97 0 0.20 297.58 0.93 0.42
Hex C5 7 CD 4 61 0 14 12A 5D 2A
Octal 305 7 315 4 141 0 24 452 135 52
Binary 11000101 111 11001101 100 1100001 0 10100 100101010 1011101 101010

Color Harmonies of #C507CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C507CD

Black with #C507CD

Text Example


Text Example

White with #C507CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C507CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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