Html Css Color HEX #C70DD5 Deep Magenta

📋 copy color: '#C70DD5'

red 199 ◦ green 13 ◦ blue 213

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

Shades of Deep Magenta #C70DD5

Tints of Deep Magenta #C70DD5

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.06%

 BLUE value IS 213 (83.59% from 255) = 50.12%

R = 46.82%
G = 3.06%
B = 50.12%

CMYK

 C value IS 0.07

 M value IS 0.94

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C70DD5 (or 0xC70DD5) is known color: Deep Magenta. HEX triplet: C7, 0D and D5. RGB value is (199,13,213). Sum of RGB (Red+Green+Blue) = 199+13+213=425 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.82% from 425); Green value is 13 (5.47% from 255 or 3.06% from 425); Blue value is 213 (83.59% from 255 or 50.12% from 425); Max value from RGB is 213 - color contains mainly: blue. Hex color #C70DD5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C70DD5 is #38F22A. Grayscale: #5A5A5A. Windows color (decimal): -3732011 or 13962695. OLE color: 13962695.

HSL color Cylindrical-coordinate representation of color #C70DD5: hue angle of 295.8º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C70DD5 is Cyan = 0.07, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 199 13 213 -
CMYK 0.07 0.94 0 0.16
HSL 295.8º 0.88% 0.44% -
HSV(B) 295.8º 0.94% 0.84% -
XYZ 35.71 17.23 64.4 -
YUV 91.41 196.62 204.74 -
System Red Green Blue C M Y K H S L
Decimal 199 13 213 0.07 0.94 0 0.16 295.8 0.88 0.44
Hex C7 D D5 7 5E 0 10 128 58 2C
Octal 307 15 325 7 136 0 20 450 130 54
Binary 11000111 1101 11010101 111 1011110 0 10000 100101000 1011000 101100

Color Harmonies of #C70DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70DD5

Black with #C70DD5

Text Example


Text Example

White with #C70DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70DD5; }

 p { color: rgb(199,13,213); }

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

background-color css

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

 a { background-color: rgb(199,13,213); }

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

border-color css

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

 span { border-color: rgb(199,13,213); }

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