Html Css Color HEX #C70FCE Deep Magenta

📋 copy color: '#C70FCE'

red 199 ◦ green 15 ◦ blue 206

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

Shades of Deep Magenta #C70FCE

Tints of Deep Magenta #C70FCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 49.05%

R = 47.38%
G = 3.57%
B = 49.05%

CMYK

 C value IS 0.03

 M value IS 0.93

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C70FCE (or 0xC70FCE) is known color: Deep Magenta. HEX triplet: C7, 0F and CE. RGB value is (199,15,206). Sum of RGB (Red+Green+Blue) = 199+15+206=420 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.38% from 420); Green value is 15 (6.25% from 255 or 3.57% from 420); Blue value is 206 (80.86% from 255 or 49.05% from 420); Max value from RGB is 206 - color contains mainly: blue. Hex color #C70FCE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C70FCE is #38F031. Grayscale: #5B5B5B. Windows color (decimal): -3731506 or 13504455. OLE color: 13504455.

HSL color Cylindrical-coordinate representation of color #C70FCE: hue angle of 297.8º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C70FCE is Cyan = 0.03, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 199 15 206 -
CMYK 0.03 0.93 0 0.19
HSL 297.8º 0.86% 0.43% -
HSV(B) 297.8º 0.93% 0.81% -
XYZ 34.86 16.94 59.82 -
YUV 91.79 192.46 204.47 -
System Red Green Blue C M Y K H S L
Decimal 199 15 206 0.03 0.93 0 0.19 297.8 0.86 0.43
Hex C7 F CE 3 5D 0 13 12A 56 2B
Octal 307 17 316 3 135 0 23 452 126 53
Binary 11000111 1111 11001110 11 1011101 0 10011 100101010 1010110 101011

Color Harmonies of #C70FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70FCE

Black with #C70FCE

Text Example


Text Example

White with #C70FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70FCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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