Html Css Color HEX #C921BF Deep Magenta

📋 copy color: '#C921BF'

red 201 ◦ green 33 ◦ blue 191

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

Shades of Deep Magenta #C921BF

Tints of Deep Magenta #C921BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 44.94%

R = 47.29%
G = 7.76%
B = 44.94%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.05

 K value IS 0.21

RGB Variations

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

Color information

#C921BF (or 0xC921BF) is known color: Deep Magenta. HEX triplet: C9, 21 and BF. RGB value is (201,33,191). Sum of RGB (Red+Green+Blue) = 201+33+191=425 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.29% from 425); Green value is 33 (13.28% from 255 or 7.76% from 425); Blue value is 191 (75% from 255 or 44.94% from 425); Max value from RGB is 201 - color contains mainly: red. Hex color #C921BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C921BF is #36DE40. Grayscale: #646464. Windows color (decimal): -3595841 or 12526025. OLE color: 12526025.

HSL color Cylindrical-coordinate representation of color #C921BF: hue angle of 303.57º degrees, saturation: 0.72, 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 #C921BF is Cyan = 0, Magento = 0.84, Yellow = 0.05 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 33 191 -
CMYK 0 0.84 0.05 0.21
HSL 303.57º 0.72% 0.46% -
HSV(B) 303.57º 0.84% 0.79% -
XYZ 34.04 17.27 50.83 -
YUV 101.24 178.66 199.15 -
System Red Green Blue C M Y K H S L
Decimal 201 33 191 0 0.84 0.05 0.21 303.57 0.72 0.46
Hex C9 21 BF 0 54 5 15 130 48 2E
Octal 311 41 277 0 124 5 25 460 110 56
Binary 11001001 100001 10111111 0 1010100 101 10101 100110000 1001000 101110

Color Harmonies of #C921BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C921BF

Black with #C921BF

Text Example


Text Example

White with #C921BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C921BF; }

 p { color: rgb(201,33,191); }

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

background-color css

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

 a { background-color: rgb(201,33,191); }

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

border-color css

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

 span { border-color: rgb(201,33,191); }

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