Html Css Color HEX #C700D5 Deep Magenta

📋 copy color: '#C700D5'

red 199 ◦ green 0 ◦ blue 213

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

Shades of Deep Magenta #C700D5

Tints of Deep Magenta #C700D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 51.7%

R = 48.3%
G = 0%
B = 51.7%

CMYK

 C value IS 0.07

 M value IS 1

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C700D5 (or 0xC700D5) is known color: Deep Magenta. HEX triplet: C7, 00 and D5. RGB value is (199,0,213). Sum of RGB (Red+Green+Blue) = 199+0+213=412 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.30% from 412); Green value is 0 (0.39% from 255 or 0% from 412); Blue value is 213 (83.59% from 255 or 51.70% from 412); Max value from RGB is 213 - color contains mainly: blue. Hex color #C700D5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C700D5 is #38FF2A. Grayscale: #535353. Windows color (decimal): -3735339 or 13959367. OLE color: 13959367.

HSL color Cylindrical-coordinate representation of color #C700D5: hue angle of 296.06º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C700D5 is Cyan = 0.07, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 199 0 213 -
CMYK 0.07 1 0 0.16
HSL 296.06º 1% 0.42% -
HSV(B) 296.06º 1% 0.84% -
XYZ 35.56 16.95 64.35 -
YUV 83.78 200.93 210.18 -
System Red Green Blue C M Y K H S L
Decimal 199 0 213 0.07 1 0 0.16 296.06 1 0.42
Hex C7 0 D5 7 64 0 10 128 64 2A
Octal 307 0 325 7 144 0 20 450 144 52
Binary 11000111 0 11010101 111 1100100 0 10000 100101000 1100100 101010

Color Harmonies of #C700D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C700D5

Black with #C700D5

Text Example


Text Example

White with #C700D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C700D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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