Html Css Color HEX #C70DBE Deep Magenta

📋 copy color: '#C70DBE'

red 199 ◦ green 13 ◦ blue 190

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

Shades of Deep Magenta #C70DBE

Tints of Deep Magenta #C70DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 47.26%

R = 49.5%
G = 3.23%
B = 47.26%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#C70DBE (or 0xC70DBE) is known color: Deep Magenta. HEX triplet: C7, 0D and BE. RGB value is (199,13,190). Sum of RGB (Red+Green+Blue) = 199+13+190=402 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.50% from 402); Green value is 13 (5.47% from 255 or 3.23% from 402); Blue value is 190 (74.61% from 255 or 47.26% from 402); Max value from RGB is 199 - color contains mainly: red. Hex color #C70DBE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C70DBE is #38F241. Grayscale: #585858. Windows color (decimal): -3732034 or 12455367. OLE color: 12455367.

HSL color Cylindrical-coordinate representation of color #C70DBE: hue angle of 302.9º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C70DBE is Cyan = 0, Magento = 0.93, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 13 190 -
CMYK 0 0.93 0.05 0.22
HSL 302.9º 0.88% 0.42% -
HSV(B) 302.9º 0.93% 0.78% -
XYZ 32.99 16.15 50.09 -
YUV 88.79 185.12 206.61 -
System Red Green Blue C M Y K H S L
Decimal 199 13 190 0 0.93 0.05 0.22 302.9 0.88 0.42
Hex C7 D BE 0 5D 5 16 12F 58 2A
Octal 307 15 276 0 135 5 26 457 130 52
Binary 11000111 1101 10111110 0 1011101 101 10110 100101111 1011000 101010

Color Harmonies of #C70DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70DBE

Black with #C70DBE

Text Example


Text Example

White with #C70DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70DBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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