Html Css Color HEX #C70DDF Deep Magenta

📋 copy color: '#C70DDF'

red 199 ◦ green 13 ◦ blue 223

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

Shades of Deep Magenta #C70DDF

Tints of Deep Magenta #C70DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 51.26%

R = 45.75%
G = 2.99%
B = 51.26%

CMYK

 C value IS 0.11

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C70DDF (or 0xC70DDF) is known color: Deep Magenta. HEX triplet: C7, 0D and DF. RGB value is (199,13,223). Sum of RGB (Red+Green+Blue) = 199+13+223=435 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.75% from 435); Green value is 13 (5.47% from 255 or 2.99% from 435); Blue value is 223 (87.5% from 255 or 51.26% from 435); Max value from RGB is 223 - color contains mainly: blue. Hex color #C70DDF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C70DDF is #38F220. Grayscale: #5B5B5B. Windows color (decimal): -3732001 or 14618055. OLE color: 14618055.

HSL color Cylindrical-coordinate representation of color #C70DDF: hue angle of 293.14º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C70DDF is Cyan = 0.11, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 199 13 223 -
CMYK 0.11 0.94 0 0.13
HSL 293.14º 0.89% 0.46% -
HSV(B) 293.14º 0.94% 0.87% -
XYZ 37.02 17.76 71.29 -
YUV 92.55 201.62 203.92 -
System Red Green Blue C M Y K H S L
Decimal 199 13 223 0.11 0.94 0 0.13 293.14 0.89 0.46
Hex C7 D DF B 5E 0 D 125 59 2E
Octal 307 15 337 13 136 0 15 445 131 56
Binary 11000111 1101 11011111 1011 1011110 0 1101 100100101 1011001 101110

Color Harmonies of #C70DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70DDF

Black with #C70DDF

Text Example


Text Example

White with #C70DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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