Html Css Color HEX #C928D9 Deep Magenta

📋 copy color: '#C928D9'

red 201 ◦ green 40 ◦ blue 217

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

Shades of Deep Magenta #C928D9

Tints of Deep Magenta #C928D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 47.38%

R = 43.89%
G = 8.73%
B = 47.38%

CMYK

 C value IS 0.07

 M value IS 0.82

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C928D9 (or 0xC928D9) is known color: Deep Magenta. HEX triplet: C9, 28 and D9. RGB value is (201,40,217). Sum of RGB (Red+Green+Blue) = 201+40+217=458 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.89% from 458); Green value is 40 (16.02% from 255 or 8.73% from 458); Blue value is 217 (85.16% from 255 or 47.38% from 458); Max value from RGB is 217 - color contains mainly: blue. Hex color #C928D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C928D9 is #36D726. Grayscale: #6B6B6B. Windows color (decimal): -3594023 or 14231753. OLE color: 14231753.

HSL color Cylindrical-coordinate representation of color #C928D9: hue angle of 294.58º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C928D9 is Cyan = 0.07, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 201 40 217 -
CMYK 0.07 0.82 0 0.15
HSL 294.58º 0.7% 0.5% -
HSV(B) 294.58º 0.82% 0.85% -
XYZ 37.37 18.94 67.33 -
YUV 108.32 189.34 194.11 -
System Red Green Blue C M Y K H S L
Decimal 201 40 217 0.07 0.82 0 0.15 294.58 0.7 0.5
Hex C9 28 D9 7 52 0 F 127 46 32
Octal 311 50 331 7 122 0 17 447 106 62
Binary 11001001 101000 11011001 111 1010010 0 1111 100100111 1000110 110010

Color Harmonies of #C928D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C928D9

Black with #C928D9

Text Example


Text Example

White with #C928D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C928D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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