Html Css Color HEX #C70FC3 Deep Magenta

📋 copy color: '#C70FC3'

red 199 ◦ green 15 ◦ blue 195

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

Shades of Deep Magenta #C70FC3

Tints of Deep Magenta #C70FC3

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.67%

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

R = 48.66%
G = 3.67%
B = 47.68%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.02

 K value IS 0.22

RGB Variations

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

Color information

#C70FC3 (or 0xC70FC3) is known color: Deep Magenta. HEX triplet: C7, 0F and C3. RGB value is (199,15,195). Sum of RGB (Red+Green+Blue) = 199+15+195=409 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.66% from 409); Green value is 15 (6.25% from 255 or 3.67% from 409); Blue value is 195 (76.56% from 255 or 47.68% from 409); Max value from RGB is 199 - color contains mainly: red. Hex color #C70FC3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C70FC3 is #38F03C. Grayscale: #5A5A5A. Windows color (decimal): -3731517 or 12783559. OLE color: 12783559.

HSL color Cylindrical-coordinate representation of color #C70FC3: hue angle of 301.3º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C70FC3 is Cyan = 0, Magento = 0.92, Yellow = 0.02 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 15 195 -
CMYK 0 0.92 0.02 0.22
HSL 301.3º 0.86% 0.42% -
HSV(B) 301.3º 0.92% 0.78% -
XYZ 33.57 16.42 53.03 -
YUV 90.54 186.96 205.36 -
System Red Green Blue C M Y K H S L
Decimal 199 15 195 0 0.92 0.02 0.22 301.3 0.86 0.42
Hex C7 F C3 0 5C 2 16 12D 56 2A
Octal 307 17 303 0 134 2 26 455 126 52
Binary 11000111 1111 11000011 0 1011100 10 10110 100101101 1010110 101010

Color Harmonies of #C70FC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70FC3

Black with #C70FC3

Text Example


Text Example

White with #C70FC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70FC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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