Html Css Color HEX #C721BB Deep Magenta

📋 copy color: '#C721BB'

red 199 ◦ green 33 ◦ blue 187

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

Shades of Deep Magenta #C721BB

Tints of Deep Magenta #C721BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 44.63%

R = 47.49%
G = 7.88%
B = 44.63%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C721BB (or 0xC721BB) is known color: Deep Magenta. HEX triplet: C7, 21 and BB. RGB value is (199,33,187). Sum of RGB (Red+Green+Blue) = 199+33+187=419 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.49% from 419); Green value is 33 (13.28% from 255 or 7.88% from 419); Blue value is 187 (73.44% from 255 or 44.63% from 419); Max value from RGB is 199 - color contains mainly: red. Hex color #C721BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C721BB is #38DE44. Grayscale: #636363. Windows color (decimal): -3726917 or 12263879. OLE color: 12263879.

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

Color convert

RGB 199 33 187 -
CMYK 0 0.83 0.06 0.22
HSL 304.34º 0.72% 0.45% -
HSV(B) 304.34º 0.83% 0.78% -
XYZ 33.07 16.82 48.52 -
YUV 100.19 177 198.48 -
System Red Green Blue C M Y K H S L
Decimal 199 33 187 0 0.83 0.06 0.22 304.34 0.72 0.45
Hex C7 21 BB 0 53 6 16 130 48 2D
Octal 307 41 273 0 123 6 26 460 110 55
Binary 11000111 100001 10111011 0 1010011 110 10110 100110000 1001000 101101

Color Harmonies of #C721BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C721BB

Black with #C721BB

Text Example


Text Example

White with #C721BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C721BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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