Html Css Color HEX #C700DF Deep Magenta

📋 copy color: '#C700DF'

red 199 ◦ green 0 ◦ blue 223

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

Shades of Deep Magenta #C700DF

Tints of Deep Magenta #C700DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 52.84%

R = 47.16%
G = 0%
B = 52.84%

CMYK

 C value IS 0.11

 M value IS 1

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C700DF (or 0xC700DF) is known color: Deep Magenta. HEX triplet: C7, 00 and DF. RGB value is (199,0,223). Sum of RGB (Red+Green+Blue) = 199+0+223=422 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.16% from 422); Green value is 0 (0.39% from 255 or 0% from 422); Blue value is 223 (87.5% from 255 or 52.84% from 422); Max value from RGB is 223 - color contains mainly: blue. Hex color #C700DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C700DF is #38FF20. Grayscale: #545454. Windows color (decimal): -3735329 or 14614727. OLE color: 14614727.

HSL color Cylindrical-coordinate representation of color #C700DF: hue angle of 293.54º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C700DF is Cyan = 0.11, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 199 0 223 -
CMYK 0.11 1 0 0.13
HSL 293.54º 1% 0.44% -
HSV(B) 293.54º 1% 0.87% -
XYZ 36.87 17.47 71.24 -
YUV 84.92 205.93 209.37 -
System Red Green Blue C M Y K H S L
Decimal 199 0 223 0.11 1 0 0.13 293.54 1 0.44
Hex C7 0 DF B 64 0 D 126 64 2C
Octal 307 0 337 13 144 0 15 446 144 54
Binary 11000111 0 11011111 1011 1100100 0 1101 100100110 1100100 101100

Color Harmonies of #C700DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C700DF

Black with #C700DF

Text Example


Text Example

White with #C700DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C700DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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