Html Css Color HEX #C921B6 Deep Magenta

📋 copy color: '#C921B6'

red 201 ◦ green 33 ◦ blue 182

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

Shades of Deep Magenta #C921B6

Tints of Deep Magenta #C921B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 43.75%

R = 48.32%
G = 7.93%
B = 43.75%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.09

 K value IS 0.21

RGB Variations

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

Color information

#C921B6 (or 0xC921B6) is known color: Deep Magenta. HEX triplet: C9, 21 and B6. RGB value is (201,33,182). Sum of RGB (Red+Green+Blue) = 201+33+182=416 (55% of max value = 765). Red value is 201 (78.91% from 255 or 48.32% from 416); Green value is 33 (13.28% from 255 or 7.93% from 416); Blue value is 182 (71.48% from 255 or 43.75% from 416); Max value from RGB is 201 - color contains mainly: red. Hex color #C921B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C921B6 is #36DE49. Grayscale: #636363. Windows color (decimal): -3595850 or 11936201. OLE color: 11936201.

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

Color convert

RGB 201 33 182 -
CMYK 0 0.84 0.09 0.21
HSL 306.79º 0.72% 0.46% -
HSV(B) 306.79º 0.84% 0.79% -
XYZ 33.07 16.88 45.77 -
YUV 100.22 174.16 199.88 -
System Red Green Blue C M Y K H S L
Decimal 201 33 182 0 0.84 0.09 0.21 306.79 0.72 0.46
Hex C9 21 B6 0 54 9 15 133 48 2E
Octal 311 41 266 0 124 11 25 463 110 56
Binary 11001001 100001 10110110 0 1010100 1001 10101 100110011 1001000 101110

Color Harmonies of #C921B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C921B6

Black with #C921B6

Text Example


Text Example

White with #C921B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C921B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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