Html Css Color HEX #C928E0 Deep Magenta

📋 copy color: '#C928E0'

red 201 ◦ green 40 ◦ blue 224

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

Shades of Deep Magenta #C928E0

Tints of Deep Magenta #C928E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 48.17%

R = 43.23%
G = 8.6%
B = 48.17%

CMYK

 C value IS 0.10

 M value IS 0.82

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C928E0 (or 0xC928E0) is known color: Deep Magenta. HEX triplet: C9, 28 and E0. RGB value is (201,40,224). Sum of RGB (Red+Green+Blue) = 201+40+224=465 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.23% from 465); Green value is 40 (16.02% from 255 or 8.60% from 465); Blue value is 224 (87.89% from 255 or 48.17% from 465); Max value from RGB is 224 - color contains mainly: blue. Hex color #C928E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C928E0 is #36D71F. Grayscale: #6C6C6C. Windows color (decimal): -3594016 or 14690505. OLE color: 14690505.

HSL color Cylindrical-coordinate representation of color #C928E0: hue angle of 292.5º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C928E0 is Cyan = 0.10, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 201 40 224 -
CMYK 0.10 0.82 0 0.12
HSL 292.5º 0.75% 0.52% -
HSV(B) 292.5º 0.82% 0.88% -
XYZ 38.3 19.32 72.23 -
YUV 109.12 192.84 193.54 -
System Red Green Blue C M Y K H S L
Decimal 201 40 224 0.10 0.82 0 0.12 292.5 0.75 0.52
Hex C9 28 E0 A 52 0 C 124 4B 34
Octal 311 50 340 12 122 0 14 444 113 64
Binary 11001001 101000 11100000 1010 1010010 0 1100 100100100 1001011 110100

Color Harmonies of #C928E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C928E0

Black with #C928E0

Text Example


Text Example

White with #C928E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C928E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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