Html Css Color HEX #C70FDF Deep Magenta

📋 copy color: '#C70FDF'

red 199 ◦ green 15 ◦ blue 223

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

Shades of Deep Magenta #C70FDF

Tints of Deep Magenta #C70FDF

RGB

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

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

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

R = 45.54%
G = 3.43%
B = 51.03%

CMYK

 C value IS 0.11

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C70FDF (or 0xC70FDF) is known color: Deep Magenta. HEX triplet: C7, 0F and DF. RGB value is (199,15,223). Sum of RGB (Red+Green+Blue) = 199+15+223=437 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.54% from 437); Green value is 15 (6.25% from 255 or 3.43% from 437); Blue value is 223 (87.5% from 255 or 51.03% from 437); Max value from RGB is 223 - color contains mainly: blue. Hex color #C70FDF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C70FDF is #38F020. Grayscale: #5D5D5D. Windows color (decimal): -3731489 or 14618567. OLE color: 14618567.

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

Color convert

RGB 199 15 223 -
CMYK 0.11 0.93 0 0.13
HSL 293.08º 0.87% 0.47% -
HSV(B) 293.08º 0.93% 0.87% -
XYZ 37.04 17.81 71.3 -
YUV 93.73 200.96 203.09 -
System Red Green Blue C M Y K H S L
Decimal 199 15 223 0.11 0.93 0 0.13 293.08 0.87 0.47
Hex C7 F DF B 5D 0 D 125 57 2F
Octal 307 17 337 13 135 0 15 445 127 57
Binary 11000111 1111 11011111 1011 1011101 0 1101 100100101 1010111 101111

Color Harmonies of #C70FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70FDF

Black with #C70FDF

Text Example


Text Example

White with #C70FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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