Html Css Color HEX #C720BA Deep Magenta

📋 copy color: '#C720BA'

red 199 ◦ green 32 ◦ blue 186

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

Shades of Deep Magenta #C720BA

Tints of Deep Magenta #C720BA

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.67%

 BLUE value IS 186 (73.05% from 255) = 44.6%

R = 47.72%
G = 7.67%
B = 44.6%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.07

 K value IS 0.22

RGB Variations

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

Color information

#C720BA (or 0xC720BA) is known color: Deep Magenta. HEX triplet: C7, 20 and BA. RGB value is (199,32,186). Sum of RGB (Red+Green+Blue) = 199+32+186=417 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.72% from 417); Green value is 32 (12.89% from 255 or 7.67% from 417); Blue value is 186 (73.05% from 255 or 44.60% from 417); Max value from RGB is 199 - color contains mainly: red. Hex color #C720BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C720BA is #38DF45. Grayscale: #636363. Windows color (decimal): -3727174 or 12198087. OLE color: 12198087.

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

Color convert

RGB 199 32 186 -
CMYK 0 0.84 0.07 0.22
HSL 304.67º 0.72% 0.45% -
HSV(B) 304.67º 0.84% 0.78% -
XYZ 32.93 16.72 47.95 -
YUV 99.49 176.83 198.98 -
System Red Green Blue C M Y K H S L
Decimal 199 32 186 0 0.84 0.07 0.22 304.67 0.72 0.45
Hex C7 20 BA 0 54 7 16 131 48 2D
Octal 307 40 272 0 124 7 26 461 110 55
Binary 11000111 100000 10111010 0 1010100 111 10110 100110001 1001000 101101

Color Harmonies of #C720BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C720BA

Black with #C720BA

Text Example


Text Example

White with #C720BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C720BA; }

 p { color: rgb(199,32,186); }

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

background-color css

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

 a { background-color: rgb(199,32,186); }

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

border-color css

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

 span { border-color: rgb(199,32,186); }

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