Html Css Color HEX #C70DD8 Deep Magenta

📋 copy color: '#C70DD8'

red 199 ◦ green 13 ◦ blue 216

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

Shades of Deep Magenta #C70DD8

Tints of Deep Magenta #C70DD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 50.47%

R = 46.5%
G = 3.04%
B = 50.47%

CMYK

 C value IS 0.08

 M value IS 0.94

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C70DD8 (or 0xC70DD8) is known color: Deep Magenta. HEX triplet: C7, 0D and D8. RGB value is (199,13,216). Sum of RGB (Red+Green+Blue) = 199+13+216=428 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.50% from 428); Green value is 13 (5.47% from 255 or 3.04% from 428); Blue value is 216 (84.77% from 255 or 50.47% from 428); Max value from RGB is 216 - color contains mainly: blue. Hex color #C70DD8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C70DD8 is #38F227. Grayscale: #5B5B5B. Windows color (decimal): -3732008 or 14159303. OLE color: 14159303.

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

Color convert

RGB 199 13 216 -
CMYK 0.08 0.94 0 0.15
HSL 294.98º 0.89% 0.45% -
HSV(B) 294.98º 0.94% 0.85% -
XYZ 36.09 17.39 66.42 -
YUV 91.76 198.12 204.49 -
System Red Green Blue C M Y K H S L
Decimal 199 13 216 0.08 0.94 0 0.15 294.98 0.89 0.45
Hex C7 D D8 8 5E 0 F 127 59 2D
Octal 307 15 330 10 136 0 17 447 131 55
Binary 11000111 1101 11011000 1000 1011110 0 1111 100100111 1011001 101101

Color Harmonies of #C70DD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70DD8

Black with #C70DD8

Text Example


Text Example

White with #C70DD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70DD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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