Html Css Color HEX #C507D2 Deep Magenta

📋 copy color: '#C507D2'

red 197 ◦ green 7 ◦ blue 210

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

Shades of Deep Magenta #C507D2

Tints of Deep Magenta #C507D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 50.72%

R = 47.58%
G = 1.69%
B = 50.72%

CMYK

 C value IS 0.06

 M value IS 0.97

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C507D2 (or 0xC507D2) is known color: Deep Magenta. HEX triplet: C5, 07 and D2. RGB value is (197,7,210). Sum of RGB (Red+Green+Blue) = 197+7+210=414 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.58% from 414); Green value is 7 (3.12% from 255 or 1.69% from 414); Blue value is 210 (82.42% from 255 or 50.72% from 414); Max value from RGB is 210 - color contains mainly: blue. Hex color #C507D2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C507D2 is #3AF82D. Grayscale: #565656. Windows color (decimal): -3864622 or 13764549. OLE color: 13764549.

HSL color Cylindrical-coordinate representation of color #C507D2: hue angle of 296.16º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C507D2 is Cyan = 0.06, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 197 7 210 -
CMYK 0.06 0.97 0 0.18
HSL 296.16º 0.94% 0.43% -
HSV(B) 296.16º 0.97% 0.82% -
XYZ 34.73 16.68 62.36 -
YUV 86.95 197.45 206.49 -
System Red Green Blue C M Y K H S L
Decimal 197 7 210 0.06 0.97 0 0.18 296.16 0.94 0.43
Hex C5 7 D2 6 61 0 12 128 5E 2B
Octal 305 7 322 6 141 0 22 450 136 53
Binary 11000101 111 11010010 110 1100001 0 10010 100101000 1011110 101011

Color Harmonies of #C507D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C507D2

Black with #C507D2

Text Example


Text Example

White with #C507D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C507D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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