Html Css Color HEX #C70DE5 Deep Magenta

📋 copy color: '#C70DE5'

red 199 ◦ green 13 ◦ blue 229

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

Shades of Deep Magenta #C70DE5

Tints of Deep Magenta #C70DE5

RGB

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

 GREEN value IS 13 (5.47% from 255) = 2.95%

 BLUE value IS 229 (89.84% from 255) = 51.93%

R = 45.12%
G = 2.95%
B = 51.93%

CMYK

 C value IS 0.13

 M value IS 0.94

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#C70DE5 (or 0xC70DE5) is known color: Deep Magenta. HEX triplet: C7, 0D and E5. RGB value is (199,13,229). Sum of RGB (Red+Green+Blue) = 199+13+229=441 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.12% from 441); Green value is 13 (5.47% from 255 or 2.95% from 441); Blue value is 229 (89.84% from 255 or 51.93% from 441); Max value from RGB is 229 - color contains mainly: blue. Hex color #C70DE5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C70DE5 is #38F21A. Grayscale: #5C5C5C. Windows color (decimal): -3731995 or 15011271. OLE color: 15011271.

HSL color Cylindrical-coordinate representation of color #C70DE5: hue angle of 291.67º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C70DE5 is Cyan = 0.13, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 199 13 229 -
CMYK 0.13 0.94 0 0.10
HSL 291.67º 0.89% 0.47% -
HSV(B) 291.67º 0.94% 0.9% -
XYZ 37.84 18.09 75.63 -
YUV 93.24 204.62 203.44 -
System Red Green Blue C M Y K H S L
Decimal 199 13 229 0.13 0.94 0 0.10 291.67 0.89 0.47
Hex C7 D E5 D 5E 0 A 124 59 2F
Octal 307 15 345 15 136 0 12 444 131 57
Binary 11000111 1101 11100101 1101 1011110 0 1010 100100100 1011001 101111

Color Harmonies of #C70DE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70DE5

Black with #C70DE5

Text Example


Text Example

White with #C70DE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70DE5; }

 p { color: rgb(199,13,229); }

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

background-color css

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

 a { background-color: rgb(199,13,229); }

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

border-color css

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

 span { border-color: rgb(199,13,229); }

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