Html Css Color HEX #C70DBA Deep Magenta

📋 copy color: '#C70DBA'

red 199 ◦ green 13 ◦ blue 186

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

Shades of Deep Magenta #C70DBA

Tints of Deep Magenta #C70DBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 46.73%

R = 50%
G = 3.27%
B = 46.73%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.07

 K value IS 0.22

RGB Variations

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

Color information

#C70DBA (or 0xC70DBA) is known color: Deep Magenta. HEX triplet: C7, 0D and BA. RGB value is (199,13,186). Sum of RGB (Red+Green+Blue) = 199+13+186=398 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50% from 398); Green value is 13 (5.47% from 255 or 3.27% from 398); Blue value is 186 (73.05% from 255 or 46.73% from 398); Max value from RGB is 199 - color contains mainly: red. Hex color #C70DBA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C70DBA is #38F245. Grayscale: #575757. Windows color (decimal): -3732038 or 12193223. OLE color: 12193223.

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

Color convert

RGB 199 13 186 -
CMYK 0 0.93 0.07 0.22
HSL 304.19º 0.88% 0.42% -
HSV(B) 304.19º 0.93% 0.78% -
XYZ 32.56 15.98 47.82 -
YUV 88.34 183.12 206.93 -
System Red Green Blue C M Y K H S L
Decimal 199 13 186 0 0.93 0.07 0.22 304.19 0.88 0.42
Hex C7 D BA 0 5D 7 16 130 58 2A
Octal 307 15 272 0 135 7 26 460 130 52
Binary 11000111 1101 10111010 0 1011101 111 10110 100110000 1011000 101010

Color Harmonies of #C70DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70DBA

Black with #C70DBA

Text Example


Text Example

White with #C70DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70DBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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