Html Css Color HEX #C507A7 Deep Magenta

📋 copy color: '#C507A7'

red 197 ◦ green 7 ◦ blue 167

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

Shades of Deep Magenta #C507A7

Tints of Deep Magenta #C507A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 45.01%

R = 53.1%
G = 1.89%
B = 45.01%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.15

 K value IS 0.23

RGB Variations

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

Color information

#C507A7 (or 0xC507A7) is known color: Deep Magenta. HEX triplet: C5, 07 and A7. RGB value is (197,7,167). Sum of RGB (Red+Green+Blue) = 197+7+167=371 (49% of max value = 765). Red value is 197 (77.34% from 255 or 53.10% from 371); Green value is 7 (3.12% from 255 or 1.89% from 371); Blue value is 167 (65.62% from 255 or 45.01% from 371); Max value from RGB is 197 - color contains mainly: red. Hex color #C507A7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C507A7 is #3AF858. Grayscale: #515151. Windows color (decimal): -3864665 or 10946501. OLE color: 10946501.

HSL color Cylindrical-coordinate representation of color #C507A7: hue angle of 309.47º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C507A7 is Cyan = 0, Magento = 0.96, Yellow = 0.15 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 7 167 -
CMYK 0 0.96 0.15 0.23
HSL 309.47º 0.93% 0.4% -
HSV(B) 309.47º 0.96% 0.77% -
XYZ 30.08 14.81 37.83 -
YUV 82.05 175.95 209.99 -
System Red Green Blue C M Y K H S L
Decimal 197 7 167 0 0.96 0.15 0.23 309.47 0.93 0.4
Hex C5 7 A7 0 60 F 17 135 5D 28
Octal 305 7 247 0 140 17 27 465 135 50
Binary 11000101 111 10100111 0 1100000 1111 10111 100110101 1011101 101000

Color Harmonies of #C507A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C507A7

Black with #C507A7

Text Example


Text Example

White with #C507A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C507A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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