Html Css Color HEX #C70DD6 Deep Magenta

📋 copy color: '#C70DD6'

red 199 ◦ green 13 ◦ blue 214

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

Shades of Deep Magenta #C70DD6

Tints of Deep Magenta #C70DD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 50.23%

R = 46.71%
G = 3.05%
B = 50.23%

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

#C70DD6 (or 0xC70DD6) is known color: Deep Magenta. HEX triplet: C7, 0D and D6. RGB value is (199,13,214). Sum of RGB (Red+Green+Blue) = 199+13+214=426 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.71% from 426); Green value is 13 (5.47% from 255 or 3.05% from 426); Blue value is 214 (83.98% from 255 or 50.23% from 426); Max value from RGB is 214 - color contains mainly: blue. Hex color #C70DD6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C70DD6 is #38F229. Grayscale: #5A5A5A. Windows color (decimal): -3732010 or 14028231. OLE color: 14028231.

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

Color convert

RGB 199 13 214 -
CMYK 0.07 0.94 0 0.16
HSL 295.52º 0.89% 0.45% -
HSV(B) 295.52º 0.94% 0.84% -
XYZ 35.83 17.29 65.07 -
YUV 91.53 197.12 204.66 -
System Red Green Blue C M Y K H S L
Decimal 199 13 214 0.07 0.94 0 0.16 295.52 0.89 0.45
Hex C7 D D6 7 5E 0 10 128 59 2D
Octal 307 15 326 7 136 0 20 450 131 55
Binary 11000111 1101 11010110 111 1011110 0 10000 100101000 1011001 101101

Color Harmonies of #C70DD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70DD6

Black with #C70DD6

Text Example


Text Example

White with #C70DD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70DD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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