Html Css Color HEX #C70FDE Deep Magenta

📋 copy color: '#C70FDE'

red 199 ◦ green 15 ◦ blue 222

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

Shades of Deep Magenta #C70FDE

Tints of Deep Magenta #C70FDE

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.44%

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

R = 45.64%
G = 3.44%
B = 50.92%

CMYK

 C value IS 0.10

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C70FDE (or 0xC70FDE) is known color: Deep Magenta. HEX triplet: C7, 0F and DE. RGB value is (199,15,222). Sum of RGB (Red+Green+Blue) = 199+15+222=436 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.64% from 436); Green value is 15 (6.25% from 255 or 3.44% from 436); Blue value is 222 (87.11% from 255 or 50.92% from 436); Max value from RGB is 222 - color contains mainly: blue. Hex color #C70FDE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C70FDE is #38F021. Grayscale: #5C5C5C. Windows color (decimal): -3731490 or 14553031. OLE color: 14553031.

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

Color convert

RGB 199 15 222 -
CMYK 0.10 0.93 0 0.13
HSL 293.33º 0.87% 0.46% -
HSV(B) 293.33º 0.93% 0.87% -
XYZ 36.91 17.76 70.59 -
YUV 93.61 200.46 203.17 -
System Red Green Blue C M Y K H S L
Decimal 199 15 222 0.10 0.93 0 0.13 293.33 0.87 0.46
Hex C7 F DE A 5D 0 D 125 57 2E
Octal 307 17 336 12 135 0 15 445 127 56
Binary 11000111 1111 11011110 1010 1011101 0 1101 100100101 1010111 101110

Color Harmonies of #C70FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70FDE

Black with #C70FDE

Text Example


Text Example

White with #C70FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70FDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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