Html Css Color HEX #C722CD Deep Magenta

📋 copy color: '#C722CD'

red 199 ◦ green 34 ◦ blue 205

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

Shades of Deep Magenta #C722CD

Tints of Deep Magenta #C722CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 46.8%

R = 45.43%
G = 7.76%
B = 46.8%

CMYK

 C value IS 0.03

 M value IS 0.83

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C722CD (or 0xC722CD) is known color: Deep Magenta. HEX triplet: C7, 22 and CD. RGB value is (199,34,205). Sum of RGB (Red+Green+Blue) = 199+34+205=438 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.43% from 438); Green value is 34 (13.67% from 255 or 7.76% from 438); Blue value is 205 (80.47% from 255 or 46.80% from 438); Max value from RGB is 205 - color contains mainly: blue. Hex color #C722CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C722CD is #38DD32. Grayscale: #666666. Windows color (decimal): -3726643 or 13443783. OLE color: 13443783.

HSL color Cylindrical-coordinate representation of color #C722CD: hue angle of 297.89º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C722CD is Cyan = 0.03, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 199 34 205 -
CMYK 0.03 0.83 0 0.20
HSL 297.89º 0.72% 0.47% -
HSV(B) 297.89º 0.83% 0.8% -
XYZ 35.14 17.69 59.32 -
YUV 102.83 185.66 196.6 -
System Red Green Blue C M Y K H S L
Decimal 199 34 205 0.03 0.83 0 0.20 297.89 0.72 0.47
Hex C7 22 CD 3 53 0 14 12A 48 2F
Octal 307 42 315 3 123 0 24 452 110 57
Binary 11000111 100010 11001101 11 1010011 0 10100 100101010 1001000 101111

Color Harmonies of #C722CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C722CD

Black with #C722CD

Text Example


Text Example

White with #C722CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C722CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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