Html Css Color HEX #C70FDB Deep Magenta

📋 copy color: '#C70FDB'

red 199 ◦ green 15 ◦ blue 219

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

Shades of Deep Magenta #C70FDB

Tints of Deep Magenta #C70FDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 50.58%

R = 45.96%
G = 3.46%
B = 50.58%

CMYK

 C value IS 0.09

 M value IS 0.93

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C70FDB (or 0xC70FDB) is known color: Deep Magenta. HEX triplet: C7, 0F and DB. RGB value is (199,15,219). Sum of RGB (Red+Green+Blue) = 199+15+219=433 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.96% from 433); Green value is 15 (6.25% from 255 or 3.46% from 433); Blue value is 219 (85.94% from 255 or 50.58% from 433); Max value from RGB is 219 - color contains mainly: blue. Hex color #C70FDB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C70FDB is #38F024. Grayscale: #5C5C5C. Windows color (decimal): -3731493 or 14356423. OLE color: 14356423.

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

Color convert

RGB 199 15 219 -
CMYK 0.09 0.93 0 0.14
HSL 294.12º 0.87% 0.46% -
HSV(B) 294.12º 0.93% 0.86% -
XYZ 36.51 17.6 68.49 -
YUV 93.27 198.96 203.41 -
System Red Green Blue C M Y K H S L
Decimal 199 15 219 0.09 0.93 0 0.14 294.12 0.87 0.46
Hex C7 F DB 9 5D 0 E 126 57 2E
Octal 307 17 333 11 135 0 16 446 127 56
Binary 11000111 1111 11011011 1001 1011101 0 1110 100100110 1010111 101110

Color Harmonies of #C70FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70FDB

Black with #C70FDB

Text Example


Text Example

White with #C70FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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