Html Css Color HEX #C700DE Deep Magenta

📋 copy color: '#C700DE'

red 199 ◦ green 0 ◦ blue 222

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

Shades of Deep Magenta #C700DE

Tints of Deep Magenta #C700DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 52.73%

R = 47.27%
G = 0%
B = 52.73%

CMYK

 C value IS 0.10

 M value IS 1

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C700DE (or 0xC700DE) is known color: Deep Magenta. HEX triplet: C7, 00 and DE. RGB value is (199,0,222). Sum of RGB (Red+Green+Blue) = 199+0+222=421 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.27% from 421); Green value is 0 (0.39% from 255 or 0% from 421); Blue value is 222 (87.11% from 255 or 52.73% from 421); Max value from RGB is 222 - color contains mainly: blue. Hex color #C700DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C700DE is #38FF21. Grayscale: #545454. Windows color (decimal): -3735330 or 14549191. OLE color: 14549191.

HSL color Cylindrical-coordinate representation of color #C700DE: hue angle of 293.78º 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 #C700DE is Cyan = 0.10, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 199 0 222 -
CMYK 0.10 1 0 0.13
HSL 293.78º 1% 0.44% -
HSV(B) 293.78º 1% 0.87% -
XYZ 36.74 17.42 70.53 -
YUV 84.81 205.43 209.45 -
System Red Green Blue C M Y K H S L
Decimal 199 0 222 0.10 1 0 0.13 293.78 1 0.44
Hex C7 0 DE A 64 0 D 126 64 2C
Octal 307 0 336 12 144 0 15 446 144 54
Binary 11000111 0 11011110 1010 1100100 0 1101 100100110 1100100 101100

Color Harmonies of #C700DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C700DE

Black with #C700DE

Text Example


Text Example

White with #C700DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C700DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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