Html Css Color HEX #C70DC5 Deep Magenta

📋 copy color: '#C70DC5'

red 199 ◦ green 13 ◦ blue 197

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

Shades of Deep Magenta #C70DC5

Tints of Deep Magenta #C70DC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 48.17%

R = 48.66%
G = 3.18%
B = 48.17%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.01

 K value IS 0.22

RGB Variations

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

Color information

#C70DC5 (or 0xC70DC5) is known color: Deep Magenta. HEX triplet: C7, 0D and C5. RGB value is (199,13,197). Sum of RGB (Red+Green+Blue) = 199+13+197=409 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.66% from 409); Green value is 13 (5.47% from 255 or 3.18% from 409); Blue value is 197 (77.34% from 255 or 48.17% from 409); Max value from RGB is 199 - color contains mainly: red. Hex color #C70DC5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C70DC5 is #38F23A. Grayscale: #595959. Windows color (decimal): -3732027 or 12914119. OLE color: 12914119.

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

Color convert

RGB 199 13 197 -
CMYK 0 0.93 0.01 0.22
HSL 300.65º 0.88% 0.42% -
HSV(B) 300.65º 0.93% 0.78% -
XYZ 33.78 16.46 54.22 -
YUV 89.59 188.62 206.04 -
System Red Green Blue C M Y K H S L
Decimal 199 13 197 0 0.93 0.01 0.22 300.65 0.88 0.42
Hex C7 D C5 0 5D 1 16 12D 58 2A
Octal 307 15 305 0 135 1 26 455 130 52
Binary 11000111 1101 11000101 0 1011101 1 10110 100101101 1011000 101010

Color Harmonies of #C70DC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70DC5

Black with #C70DC5

Text Example


Text Example

White with #C70DC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70DC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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