Html Css Color HEX #C70DDE Deep Magenta

📋 copy color: '#C70DDE'

red 199 ◦ green 13 ◦ blue 222

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

Shades of Deep Magenta #C70DDE

Tints of Deep Magenta #C70DDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 51.15%

R = 45.85%
G = 3%
B = 51.15%

CMYK

 C value IS 0.10

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C70DDE (or 0xC70DDE) is known color: Deep Magenta. HEX triplet: C7, 0D and DE. RGB value is (199,13,222). Sum of RGB (Red+Green+Blue) = 199+13+222=434 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.85% from 434); Green value is 13 (5.47% from 255 or 3.00% from 434); Blue value is 222 (87.11% from 255 or 51.15% from 434); Max value from RGB is 222 - color contains mainly: blue. Hex color #C70DDE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C70DDE is #38F221. Grayscale: #5B5B5B. Windows color (decimal): -3732002 or 14552519. OLE color: 14552519.

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

Color convert

RGB 199 13 222 -
CMYK 0.10 0.94 0 0.13
HSL 293.4º 0.89% 0.46% -
HSV(B) 293.4º 0.94% 0.87% -
XYZ 36.88 17.7 70.58 -
YUV 92.44 201.12 204.01 -
System Red Green Blue C M Y K H S L
Decimal 199 13 222 0.10 0.94 0 0.13 293.4 0.89 0.46
Hex C7 D DE A 5E 0 D 125 59 2E
Octal 307 15 336 12 136 0 15 445 131 56
Binary 11000111 1101 11011110 1010 1011110 0 1101 100100101 1011001 101110

Color Harmonies of #C70DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70DDE

Black with #C70DDE

Text Example


Text Example

White with #C70DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70DDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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