Html Css Color HEX #C721BE Deep Magenta

📋 copy color: '#C721BE'

red 199 ◦ green 33 ◦ blue 190

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

Shades of Deep Magenta #C721BE

Tints of Deep Magenta #C721BE

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.82%

 BLUE value IS 190 (74.61% from 255) = 45.02%

R = 47.16%
G = 7.82%
B = 45.02%

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

#C721BE (or 0xC721BE) is known color: Deep Magenta. HEX triplet: C7, 21 and BE. RGB value is (199,33,190). Sum of RGB (Red+Green+Blue) = 199+33+190=422 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.16% from 422); Green value is 33 (13.28% from 255 or 7.82% from 422); Blue value is 190 (74.61% from 255 or 45.02% from 422); Max value from RGB is 199 - color contains mainly: red. Hex color #C721BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C721BE is #38DE41. Grayscale: #646464. Windows color (decimal): -3726914 or 12460487. OLE color: 12460487.

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

Color convert

RGB 199 33 190 -
CMYK 0 0.83 0.05 0.22
HSL 303.25º 0.72% 0.45% -
HSV(B) 303.25º 0.83% 0.78% -
XYZ 33.39 16.95 50.23 -
YUV 100.53 178.5 198.23 -
System Red Green Blue C M Y K H S L
Decimal 199 33 190 0 0.83 0.05 0.22 303.25 0.72 0.45
Hex C7 21 BE 0 53 5 16 12F 48 2D
Octal 307 41 276 0 123 5 26 457 110 55
Binary 11000111 100001 10111110 0 1010011 101 10110 100101111 1001000 101101

Color Harmonies of #C721BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C721BE

Black with #C721BE

Text Example


Text Example

White with #C721BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C721BE; }

 p { color: rgb(199,33,190); }

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

background-color css

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

 a { background-color: rgb(199,33,190); }

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

border-color css

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

 span { border-color: rgb(199,33,190); }

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