Html Css Color HEX #C722E0 Deep Magenta

📋 copy color: '#C722E0'

red 199 ◦ green 34 ◦ blue 224

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

Shades of Deep Magenta #C722E0

Tints of Deep Magenta #C722E0

RGB

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

 GREEN value IS 34 (13.67% from 255) = 7.44%

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

R = 43.54%
G = 7.44%
B = 49.02%

CMYK

 C value IS 0.11

 M value IS 0.85

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C722E0 (or 0xC722E0) is known color: Deep Magenta. HEX triplet: C7, 22 and E0. RGB value is (199,34,224). Sum of RGB (Red+Green+Blue) = 199+34+224=457 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.54% from 457); Green value is 34 (13.67% from 255 or 7.44% from 457); Blue value is 224 (87.89% from 255 or 49.02% from 457); Max value from RGB is 224 - color contains mainly: blue. Hex color #C722E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C722E0 is #38DD1F. Grayscale: #686868. Windows color (decimal): -3726624 or 14688967. OLE color: 14688967.

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

Color convert

RGB 199 34 224 -
CMYK 0.11 0.85 0 0.12
HSL 292.11º 0.75% 0.51% -
HSV(B) 292.11º 0.85% 0.88% -
XYZ 37.58 18.67 72.14 -
YUV 105 195.16 195.05 -
System Red Green Blue C M Y K H S L
Decimal 199 34 224 0.11 0.85 0 0.12 292.11 0.75 0.51
Hex C7 22 E0 B 55 0 C 124 4B 33
Octal 307 42 340 13 125 0 14 444 113 63
Binary 11000111 100010 11100000 1011 1010101 0 1100 100100100 1001011 110011

Color Harmonies of #C722E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C722E0

Black with #C722E0

Text Example


Text Example

White with #C722E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C722E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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