Html Css Color HEX #C700E0 Deep Magenta

📋 copy color: '#C700E0'

red 199 ◦ green 0 ◦ blue 224

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

Shades of Deep Magenta #C700E0

Tints of Deep Magenta #C700E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 52.96%

R = 47.04%
G = 0%
B = 52.96%

CMYK

 C value IS 0.11

 M value IS 1

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C700E0 (or 0xC700E0) is known color: Deep Magenta. HEX triplet: C7, 00 and E0. RGB value is (199,0,224). Sum of RGB (Red+Green+Blue) = 199+0+224=423 (56% of max value = 765). Red value is 199 (78.12% from 255 or 47.04% from 423); Green value is 0 (0.39% from 255 or 0% from 423); Blue value is 224 (87.89% from 255 or 52.96% from 423); Max value from RGB is 224 - color contains mainly: blue. Hex color #C700E0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C700E0 is #38FF1F. Grayscale: #545454. Windows color (decimal): -3735328 or 14680263. OLE color: 14680263.

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

Color convert

RGB 199 0 224 -
CMYK 0.11 1 0 0.12
HSL 293.3º 1% 0.44% -
HSV(B) 293.3º 1% 0.88% -
XYZ 37.01 17.52 71.95 -
YUV 85.04 206.43 209.29 -
System Red Green Blue C M Y K H S L
Decimal 199 0 224 0.11 1 0 0.12 293.3 1 0.44
Hex C7 0 E0 B 64 0 C 125 64 2C
Octal 307 0 340 13 144 0 14 445 144 54
Binary 11000111 0 11100000 1011 1100100 0 1100 100100101 1100100 101100

Color Harmonies of #C700E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C700E0

Black with #C700E0

Text Example


Text Example

White with #C700E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C700E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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