Html Css Color HEX #C722BD Deep Magenta

📋 copy color: '#C722BD'

red 199 ◦ green 34 ◦ blue 189

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

Shades of Deep Magenta #C722BD

Tints of Deep Magenta #C722BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 44.79%

R = 47.16%
G = 8.06%
B = 44.79%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#C722BD (or 0xC722BD) is known color: Deep Magenta. HEX triplet: C7, 22 and BD. RGB value is (199,34,189). Sum of RGB (Red+Green+Blue) = 199+34+189=422 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.16% from 422); Green value is 34 (13.67% from 255 or 8.06% from 422); Blue value is 189 (74.22% from 255 or 44.79% from 422); Max value from RGB is 199 - color contains mainly: red. Hex color #C722BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C722BD is #38DD42. Grayscale: #646464. Windows color (decimal): -3726659 or 12395207. OLE color: 12395207.

HSL color Cylindrical-coordinate representation of color #C722BD: hue angle of 303.64º 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 #C722BD is Cyan = 0, Magento = 0.83, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 34 189 -
CMYK 0 0.83 0.05 0.22
HSL 303.64º 0.71% 0.46% -
HSV(B) 303.64º 0.83% 0.78% -
XYZ 33.31 16.96 49.66 -
YUV 101.01 177.66 197.9 -
System Red Green Blue C M Y K H S L
Decimal 199 34 189 0 0.83 0.05 0.22 303.64 0.71 0.46
Hex C7 22 BD 0 53 5 16 130 47 2E
Octal 307 42 275 0 123 5 26 460 107 56
Binary 11000111 100010 10111101 0 1010011 101 10110 100110000 1000111 101110

Color Harmonies of #C722BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C722BD

Black with #C722BD

Text Example


Text Example

White with #C722BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C722BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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