Html Css Color HEX #C721B9 Deep Magenta

📋 copy color: '#C721B9'

red 199 ◦ green 33 ◦ blue 185

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

Shades of Deep Magenta #C721B9

Tints of Deep Magenta #C721B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 44.36%

R = 47.72%
G = 7.91%
B = 44.36%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.07

 K value IS 0.22

RGB Variations

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

Color information

#C721B9 (or 0xC721B9) is known color: Deep Magenta. HEX triplet: C7, 21 and B9. RGB value is (199,33,185). Sum of RGB (Red+Green+Blue) = 199+33+185=417 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.72% from 417); Green value is 33 (13.28% from 255 or 7.91% from 417); Blue value is 185 (72.66% from 255 or 44.36% from 417); Max value from RGB is 199 - color contains mainly: red. Hex color #C721B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C721B9 is #38DE46. Grayscale: #636363. Windows color (decimal): -3726919 or 12132807. OLE color: 12132807.

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

Color convert

RGB 199 33 185 -
CMYK 0 0.83 0.07 0.22
HSL 305.06º 0.72% 0.45% -
HSV(B) 305.06º 0.83% 0.78% -
XYZ 32.85 16.73 47.4 -
YUV 99.96 176 198.64 -
System Red Green Blue C M Y K H S L
Decimal 199 33 185 0 0.83 0.07 0.22 305.06 0.72 0.45
Hex C7 21 B9 0 53 7 16 131 48 2D
Octal 307 41 271 0 123 7 26 461 110 55
Binary 11000111 100001 10111001 0 1010011 111 10110 100110001 1001000 101101

Color Harmonies of #C721B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C721B9

Black with #C721B9

Text Example


Text Example

White with #C721B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C721B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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