Html Css Color HEX #C70DC3 Deep Magenta

📋 copy color: '#C70DC3'

red 199 ◦ green 13 ◦ blue 195

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

Shades of Deep Magenta #C70DC3

Tints of Deep Magenta #C70DC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 47.91%

R = 48.89%
G = 3.19%
B = 47.91%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.02

 K value IS 0.22

RGB Variations

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

Color information

#C70DC3 (or 0xC70DC3) is known color: Deep Magenta. HEX triplet: C7, 0D and C3. RGB value is (199,13,195). Sum of RGB (Red+Green+Blue) = 199+13+195=407 (53% of max value = 765). Red value is 199 (78.12% from 255 or 48.89% from 407); Green value is 13 (5.47% from 255 or 3.19% from 407); Blue value is 195 (76.56% from 255 or 47.91% from 407); Max value from RGB is 199 - color contains mainly: red. Hex color #C70DC3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C70DC3 is #38F23C. Grayscale: #585858. Windows color (decimal): -3732029 or 12783047. OLE color: 12783047.

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

Color convert

RGB 199 13 195 -
CMYK 0 0.93 0.02 0.22
HSL 301.29º 0.88% 0.42% -
HSV(B) 301.29º 0.93% 0.78% -
XYZ 33.55 16.37 53.02 -
YUV 89.36 187.62 206.2 -
System Red Green Blue C M Y K H S L
Decimal 199 13 195 0 0.93 0.02 0.22 301.29 0.88 0.42
Hex C7 D C3 0 5D 2 16 12D 58 2A
Octal 307 15 303 0 135 2 26 455 130 52
Binary 11000111 1101 11000011 0 1011101 10 10110 100101101 1011000 101010

Color Harmonies of #C70DC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70DC3

Black with #C70DC3

Text Example


Text Example

White with #C70DC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70DC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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