Html Css Color HEX #C70DD7 Deep Magenta

📋 copy color: '#C70DD7'

red 199 ◦ green 13 ◦ blue 215

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

Shades of Deep Magenta #C70DD7

Tints of Deep Magenta #C70DD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 50.35%

R = 46.6%
G = 3.04%
B = 50.35%

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

#C70DD7 (or 0xC70DD7) is known color: Deep Magenta. HEX triplet: C7, 0D and D7. RGB value is (199,13,215). Sum of RGB (Red+Green+Blue) = 199+13+215=427 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.60% from 427); Green value is 13 (5.47% from 255 or 3.04% from 427); Blue value is 215 (84.38% from 255 or 50.35% from 427); Max value from RGB is 215 - color contains mainly: blue. Hex color #C70DD7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C70DD7 is #38F228. Grayscale: #5B5B5B. Windows color (decimal): -3732009 or 14093767. OLE color: 14093767.

HSL color Cylindrical-coordinate representation of color #C70DD7: hue angle of 295.25º 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 #C70DD7 is Cyan = 0.07, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 199 13 215 -
CMYK 0.07 0.94 0 0.16
HSL 295.25º 0.89% 0.45% -
HSV(B) 295.25º 0.94% 0.84% -
XYZ 35.96 17.34 65.74 -
YUV 91.64 197.62 204.57 -
System Red Green Blue C M Y K H S L
Decimal 199 13 215 0.07 0.94 0 0.16 295.25 0.89 0.45
Hex C7 D D7 7 5E 0 10 127 59 2D
Octal 307 15 327 7 136 0 20 447 131 55
Binary 11000111 1101 11010111 111 1011110 0 10000 100100111 1011001 101101

Color Harmonies of #C70DD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70DD7

Black with #C70DD7

Text Example


Text Example

White with #C70DD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70DD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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