Html Css Color HEX #C928B6 Deep Magenta

📋 copy color: '#C928B6'

red 201 ◦ green 40 ◦ blue 182

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

Shades of Deep Magenta #C928B6

Tints of Deep Magenta #C928B6

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.46%

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

R = 47.52%
G = 9.46%
B = 43.03%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.09

 K value IS 0.21

RGB Variations

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

Color information

#C928B6 (or 0xC928B6) is known color: Deep Magenta. HEX triplet: C9, 28 and B6. RGB value is (201,40,182). Sum of RGB (Red+Green+Blue) = 201+40+182=423 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.52% from 423); Green value is 40 (16.02% from 255 or 9.46% from 423); Blue value is 182 (71.48% from 255 or 43.03% from 423); Max value from RGB is 201 - color contains mainly: red. Hex color #C928B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C928B6 is #36D749. Grayscale: #676767. Windows color (decimal): -3594058 or 11937993. OLE color: 11937993.

HSL color Cylindrical-coordinate representation of color #C928B6: hue angle of 307.08º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C928B6 is Cyan = 0, Magento = 0.80, Yellow = 0.09 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 40 182 -
CMYK 0 0.80 0.09 0.21
HSL 307.08º 0.67% 0.47% -
HSV(B) 307.08º 0.8% 0.79% -
XYZ 33.29 17.31 45.84 -
YUV 104.33 171.84 196.95 -
System Red Green Blue C M Y K H S L
Decimal 201 40 182 0 0.80 0.09 0.21 307.08 0.67 0.47
Hex C9 28 B6 0 50 9 15 133 43 2F
Octal 311 50 266 0 120 11 25 463 103 57
Binary 11001001 101000 10110110 0 1010000 1001 10101 100110011 1000011 101111

Color Harmonies of #C928B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C928B6

Black with #C928B6

Text Example


Text Example

White with #C928B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C928B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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