Html Css Color HEX #C920BA Deep Magenta

📋 copy color: '#C920BA'

red 201 ◦ green 32 ◦ blue 186

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

Shades of Deep Magenta #C920BA

Tints of Deep Magenta #C920BA

RGB

 RED value IS 201 (78.91% from 255) = 47.97%

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

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

R = 47.97%
G = 7.64%
B = 44.39%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#C920BA (or 0xC920BA) is known color: Deep Magenta. HEX triplet: C9, 20 and BA. RGB value is (201,32,186). Sum of RGB (Red+Green+Blue) = 201+32+186=419 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.97% from 419); Green value is 32 (12.89% from 255 or 7.64% from 419); Blue value is 186 (73.05% from 255 or 44.39% from 419); Max value from RGB is 201 - color contains mainly: red. Hex color #C920BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C920BA is #36DF45. Grayscale: #636363. Windows color (decimal): -3596102 or 12198089. OLE color: 12198089.

HSL color Cylindrical-coordinate representation of color #C920BA: hue angle of 305.33º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C920BA is Cyan = 0, Magento = 0.84, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 32 186 -
CMYK 0 0.84 0.07 0.21
HSL 305.33º 0.73% 0.46% -
HSV(B) 305.33º 0.84% 0.79% -
XYZ 33.47 17 47.97 -
YUV 100.09 176.49 199.98 -
System Red Green Blue C M Y K H S L
Decimal 201 32 186 0 0.84 0.07 0.21 305.33 0.73 0.46
Hex C9 20 BA 0 54 7 15 131 49 2E
Octal 311 40 272 0 124 7 25 461 111 56
Binary 11001001 100000 10111010 0 1010100 111 10101 100110001 1001001 101110

Color Harmonies of #C920BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C920BA

Black with #C920BA

Text Example


Text Example

White with #C920BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C920BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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