Html Css Color HEX #C70DB4 Deep Magenta

📋 copy color: '#C70DB4'

red 199 ◦ green 13 ◦ blue 180

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

Shades of Deep Magenta #C70DB4

Tints of Deep Magenta #C70DB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 45.92%

R = 50.77%
G = 3.32%
B = 45.92%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.10

 K value IS 0.22

RGB Variations

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

Color information

#C70DB4 (or 0xC70DB4) is known color: Deep Magenta. HEX triplet: C7, 0D and B4. RGB value is (199,13,180). Sum of RGB (Red+Green+Blue) = 199+13+180=392 (51% of max value = 765). Red value is 199 (78.12% from 255 or 50.77% from 392); Green value is 13 (5.47% from 255 or 3.32% from 392); Blue value is 180 (70.70% from 255 or 45.92% from 392); Max value from RGB is 199 - color contains mainly: red. Hex color #C70DB4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C70DB4 is #38F24B. Grayscale: #575757. Windows color (decimal): -3732044 or 11800007. OLE color: 11800007.

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

Color convert

RGB 199 13 180 -
CMYK 0 0.93 0.10 0.22
HSL 306.13º 0.88% 0.42% -
HSV(B) 306.13º 0.93% 0.78% -
XYZ 31.94 15.73 44.53 -
YUV 87.65 180.12 207.42 -
System Red Green Blue C M Y K H S L
Decimal 199 13 180 0 0.93 0.10 0.22 306.13 0.88 0.42
Hex C7 D B4 0 5D A 16 132 58 2A
Octal 307 15 264 0 135 12 26 462 130 52
Binary 11000111 1101 10110100 0 1011101 1010 10110 100110010 1011000 101010

Color Harmonies of #C70DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70DB4

Black with #C70DB4

Text Example


Text Example

White with #C70DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70DB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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