Html Css Color HEX #C70DCF Deep Magenta

📋 copy color: '#C70DCF'

red 199 ◦ green 13 ◦ blue 207

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

Shades of Deep Magenta #C70DCF

Tints of Deep Magenta #C70DCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 49.4%

R = 47.49%
G = 3.1%
B = 49.4%

CMYK

 C value IS 0.04

 M value IS 0.94

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C70DCF (or 0xC70DCF) is known color: Deep Magenta. HEX triplet: C7, 0D and CF. RGB value is (199,13,207). Sum of RGB (Red+Green+Blue) = 199+13+207=419 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.49% from 419); Green value is 13 (5.47% from 255 or 3.10% from 419); Blue value is 207 (81.25% from 255 or 49.40% from 419); Max value from RGB is 207 - color contains mainly: blue. Hex color #C70DCF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C70DCF is #38F230. Grayscale: #5A5A5A. Windows color (decimal): -3732017 or 13569479. OLE color: 13569479.

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

Color convert

RGB 199 13 207 -
CMYK 0.04 0.94 0 0.19
HSL 297.53º 0.88% 0.43% -
HSV(B) 297.53º 0.94% 0.81% -
XYZ 34.96 16.93 60.46 -
YUV 90.73 193.62 205.23 -
System Red Green Blue C M Y K H S L
Decimal 199 13 207 0.04 0.94 0 0.19 297.53 0.88 0.43
Hex C7 D CF 4 5E 0 13 12A 58 2B
Octal 307 15 317 4 136 0 23 452 130 53
Binary 11000111 1101 11001111 100 1011110 0 10011 100101010 1011000 101011

Color Harmonies of #C70DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70DCF

Black with #C70DCF

Text Example


Text Example

White with #C70DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70DCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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