Html Css Color HEX #C700DC Deep Magenta

📋 copy color: '#C700DC'

red 199 ◦ green 0 ◦ blue 220

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

Shades of Deep Magenta #C700DC

Tints of Deep Magenta #C700DC

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 220 (86.33% from 255) = 52.51%

R = 47.49%
G = 0%
B = 52.51%

CMYK

 C value IS 0.10

 M value IS 1

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C700DC (or 0xC700DC) is known color: Deep Magenta. HEX triplet: C7, 00 and DC. RGB value is (199,0,220). Sum of RGB (Red+Green+Blue) = 199+0+220=419 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.49% from 419); Green value is 0 (0.39% from 255 or 0% from 419); Blue value is 220 (86.33% from 255 or 52.51% from 419); Max value from RGB is 220 - color contains mainly: blue. Hex color #C700DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C700DC is #38FF23. Grayscale: #535353. Windows color (decimal): -3735332 or 14418119. OLE color: 14418119.

HSL color Cylindrical-coordinate representation of color #C700DC: hue angle of 294.27º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C700DC is Cyan = 0.10, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 199 0 220 -
CMYK 0.10 1 0 0.14
HSL 294.27º 1% 0.43% -
HSV(B) 294.27º 1% 0.86% -
XYZ 36.47 17.31 69.13 -
YUV 84.58 204.43 209.61 -
System Red Green Blue C M Y K H S L
Decimal 199 0 220 0.10 1 0 0.14 294.27 1 0.43
Hex C7 0 DC A 64 0 E 126 64 2B
Octal 307 0 334 12 144 0 16 446 144 53
Binary 11000111 0 11011100 1010 1100100 0 1110 100100110 1100100 101011

Color Harmonies of #C700DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C700DC

Black with #C700DC

Text Example


Text Example

White with #C700DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C700DC; }

 p { color: rgb(199,0,220); }

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

background-color css

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

 a { background-color: rgb(199,0,220); }

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

border-color css

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

 span { border-color: rgb(199,0,220); }

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