Html Css Color HEX #C70ACD Deep Magenta

📋 copy color: '#C70ACD'

red 199 ◦ green 10 ◦ blue 205

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

Shades of Deep Magenta #C70ACD

Tints of Deep Magenta #C70ACD

RGB

 RED value IS 199 (78.13% from 255) = 48.07%

 GREEN value IS 10 (4.3% from 255) = 2.42%

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

R = 48.07%
G = 2.42%
B = 49.52%

CMYK

 C value IS 0.03

 M value IS 0.95

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C70ACD (or 0xC70ACD) is known color: Deep Magenta. HEX triplet: C7, 0A and CD. RGB value is (199,10,205). Sum of RGB (Red+Green+Blue) = 199+10+205=414 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.07% from 414); Green value is 10 (4.30% from 255 or 2.42% from 414); Blue value is 205 (80.47% from 255 or 49.52% from 414); Max value from RGB is 205 - color contains mainly: blue. Hex color #C70ACD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C70ACD is #38F532. Grayscale: #585858. Windows color (decimal): -3732787 or 13437639. OLE color: 13437639.

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

Color convert

RGB 199 10 205 -
CMYK 0.03 0.95 0 0.20
HSL 298.15º 0.91% 0.42% -
HSV(B) 298.15º 0.95% 0.8% -
XYZ 34.68 16.77 59.17 -
YUV 88.74 193.62 206.64 -
System Red Green Blue C M Y K H S L
Decimal 199 10 205 0.03 0.95 0 0.20 298.15 0.91 0.42
Hex C7 A CD 3 5F 0 14 12A 5B 2A
Octal 307 12 315 3 137 0 24 452 133 52
Binary 11000111 1010 11001101 11 1011111 0 10100 100101010 1011011 101010

Color Harmonies of #C70ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70ACD

Black with #C70ACD

Text Example


Text Example

White with #C70ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70ACD; }

 p { color: rgb(199,10,205); }

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

background-color css

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

 a { background-color: rgb(199,10,205); }

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

border-color css

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

 span { border-color: rgb(199,10,205); }

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