Html Css Color HEX #C722AF Deep Magenta

📋 copy color: '#C722AF'

red 199 ◦ green 34 ◦ blue 175

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

Shades of Deep Magenta #C722AF

Tints of Deep Magenta #C722AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 42.89%

R = 48.77%
G = 8.33%
B = 42.89%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#C722AF (or 0xC722AF) is known color: Deep Magenta. HEX triplet: C7, 22 and AF. RGB value is (199,34,175). Sum of RGB (Red+Green+Blue) = 199+34+175=408 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.77% from 408); Green value is 34 (13.67% from 255 or 8.33% from 408); Blue value is 175 (68.75% from 255 or 42.89% from 408); Max value from RGB is 199 - color contains mainly: red. Hex color #C722AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C722AF is #38DD50. Grayscale: #636363. Windows color (decimal): -3726673 or 11477703. OLE color: 11477703.

HSL color Cylindrical-coordinate representation of color #C722AF: hue angle of 308.73º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C722AF is Cyan = 0, Magento = 0.83, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 34 175 -
CMYK 0 0.83 0.12 0.22
HSL 308.73º 0.71% 0.46% -
HSV(B) 308.73º 0.83% 0.78% -
XYZ 31.86 16.38 42.04 -
YUV 99.41 170.66 199.04 -
System Red Green Blue C M Y K H S L
Decimal 199 34 175 0 0.83 0.12 0.22 308.73 0.71 0.46
Hex C7 22 AF 0 53 C 16 135 47 2E
Octal 307 42 257 0 123 14 26 465 107 56
Binary 11000111 100010 10101111 0 1010011 1100 10110 100110101 1000111 101110

Color Harmonies of #C722AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C722AF

Black with #C722AF

Text Example


Text Example

White with #C722AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C722AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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