Html Css Color HEX #C701DF Deep Magenta

📋 copy color: '#C701DF'

red 199 ◦ green 1 ◦ blue 223

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

Shades of Deep Magenta #C701DF

Tints of Deep Magenta #C701DF

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.24%

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

R = 47.04%
G = 0.24%
B = 52.72%

CMYK

 C value IS 0.11

 M value IS 1.00

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C701DF (or 0xC701DF) is known color: Deep Magenta. HEX triplet: C7, 01 and DF. RGB value is (199,1,223). Sum of RGB (Red+Green+Blue) = 199+1+223=423 (56% of max value = 765). Red value is 199 (78.12% from 255 or 47.04% from 423); Green value is 1 (0.78% from 255 or 0.24% from 423); Blue value is 223 (87.5% from 255 or 52.72% from 423); Max value from RGB is 223 - color contains mainly: blue. Hex color #C701DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C701DF is #38FE20. Grayscale: #545454. Windows color (decimal): -3735073 or 14614983. OLE color: 14614983.

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

Color convert

RGB 199 1 223 -
CMYK 0.11 1.00 0 0.13
HSL 293.51º 0.99% 0.44% -
HSV(B) 293.51º 1% 0.87% -
XYZ 36.88 17.49 71.24 -
YUV 85.51 205.6 208.95 -
System Red Green Blue C M Y K H S L
Decimal 199 1 223 0.11 1.00 0 0.13 293.51 0.99 0.44
Hex C7 1 DF B 64 0 D 126 63 2C
Octal 307 1 337 13 144 0 15 446 143 54
Binary 11000111 1 11011111 1011 1100100 0 1101 100100110 1100011 101100

Color Harmonies of #C701DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C701DF

Black with #C701DF

Text Example


Text Example

White with #C701DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C701DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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