Html Css Color HEX #C70DB0 Deep Magenta

📋 copy color: '#C70DB0'

red 199 ◦ green 13 ◦ blue 176

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

Shades of Deep Magenta #C70DB0

Tints of Deep Magenta #C70DB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 45.36%

R = 51.29%
G = 3.35%
B = 45.36%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#C70DB0 (or 0xC70DB0) is known color: Deep Magenta. HEX triplet: C7, 0D and B0. RGB value is (199,13,176). Sum of RGB (Red+Green+Blue) = 199+13+176=388 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.29% from 388); Green value is 13 (5.47% from 255 or 3.35% from 388); Blue value is 176 (69.14% from 255 or 45.36% from 388); Max value from RGB is 199 - color contains mainly: red. Hex color #C70DB0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C70DB0 is #38F24F. Grayscale: #565656. Windows color (decimal): -3732048 or 11537863. OLE color: 11537863.

HSL color Cylindrical-coordinate representation of color #C70DB0: hue angle of 307.42º 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 #C70DB0 is Cyan = 0, Magento = 0.93, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 13 176 -
CMYK 0 0.93 0.12 0.22
HSL 307.42º 0.88% 0.42% -
HSV(B) 307.42º 0.93% 0.78% -
XYZ 31.53 15.56 42.42 -
YUV 87.2 178.12 207.75 -
System Red Green Blue C M Y K H S L
Decimal 199 13 176 0 0.93 0.12 0.22 307.42 0.88 0.42
Hex C7 D B0 0 5D C 16 133 58 2A
Octal 307 15 260 0 135 14 26 463 130 52
Binary 11000111 1101 10110000 0 1011101 1100 10110 100110011 1011000 101010

Color Harmonies of #C70DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70DB0

Black with #C70DB0

Text Example


Text Example

White with #C70DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70DB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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