Html Css Color HEX #C928DA Deep Magenta

📋 copy color: '#C928DA'

red 201 ◦ green 40 ◦ blue 218

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

Shades of Deep Magenta #C928DA

Tints of Deep Magenta #C928DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 47.49%

R = 43.79%
G = 8.71%
B = 47.49%

CMYK

 C value IS 0.08

 M value IS 0.82

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C928DA (or 0xC928DA) is known color: Deep Magenta. HEX triplet: C9, 28 and DA. RGB value is (201,40,218). Sum of RGB (Red+Green+Blue) = 201+40+218=459 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.79% from 459); Green value is 40 (16.02% from 255 or 8.71% from 459); Blue value is 218 (85.55% from 255 or 47.49% from 459); Max value from RGB is 218 - color contains mainly: blue. Hex color #C928DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C928DA is #36D725. Grayscale: #6B6B6B. Windows color (decimal): -3594022 or 14297289. OLE color: 14297289.

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

Color convert

RGB 201 40 218 -
CMYK 0.08 0.82 0 0.15
HSL 294.27º 0.71% 0.51% -
HSV(B) 294.27º 0.82% 0.85% -
XYZ 37.5 19 68.02 -
YUV 108.43 189.84 194.03 -
System Red Green Blue C M Y K H S L
Decimal 201 40 218 0.08 0.82 0 0.15 294.27 0.71 0.51
Hex C9 28 DA 8 52 0 F 126 47 33
Octal 311 50 332 10 122 0 17 446 107 63
Binary 11001001 101000 11011010 1000 1010010 0 1111 100100110 1000111 110011

Color Harmonies of #C928DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C928DA

Black with #C928DA

Text Example


Text Example

White with #C928DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C928DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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