Html Css Color HEX #C507DA Deep Magenta

📋 copy color: '#C507DA'

red 197 ◦ green 7 ◦ blue 218

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

Shades of Deep Magenta #C507DA

Tints of Deep Magenta #C507DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 51.66%

R = 46.68%
G = 1.66%
B = 51.66%

CMYK

 C value IS 0.10

 M value IS 0.97

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C507DA (or 0xC507DA) is known color: Deep Magenta. HEX triplet: C5, 07 and DA. RGB value is (197,7,218). Sum of RGB (Red+Green+Blue) = 197+7+218=422 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.68% from 422); Green value is 7 (3.12% from 255 or 1.66% from 422); Blue value is 218 (85.55% from 255 or 51.66% from 422); Max value from RGB is 218 - color contains mainly: blue. Hex color #C507DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C507DA is #3AF825. Grayscale: #575757. Windows color (decimal): -3864614 or 14288837. OLE color: 14288837.

HSL color Cylindrical-coordinate representation of color #C507DA: hue angle of 294.03º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C507DA is Cyan = 0.10, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 197 7 218 -
CMYK 0.10 0.97 0 0.15
HSL 294.03º 0.94% 0.44% -
HSV(B) 294.03º 0.97% 0.85% -
XYZ 35.76 17.08 67.74 -
YUV 87.86 201.45 205.84 -
System Red Green Blue C M Y K H S L
Decimal 197 7 218 0.10 0.97 0 0.15 294.03 0.94 0.44
Hex C5 7 DA A 61 0 F 126 5E 2C
Octal 305 7 332 12 141 0 17 446 136 54
Binary 11000101 111 11011010 1010 1100001 0 1111 100100110 1011110 101100

Color Harmonies of #C507DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C507DA

Black with #C507DA

Text Example


Text Example

White with #C507DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C507DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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