Html Css Color HEX #C928C4 Deep Magenta

📋 copy color: '#C928C4'

red 201 ◦ green 40 ◦ blue 196

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

Shades of Deep Magenta #C928C4

Tints of Deep Magenta #C928C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 44.85%

R = 46%
G = 9.15%
B = 44.85%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.02

 K value IS 0.21

RGB Variations

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

Color information

#C928C4 (or 0xC928C4) is known color: Deep Magenta. HEX triplet: C9, 28 and C4. RGB value is (201,40,196). Sum of RGB (Red+Green+Blue) = 201+40+196=437 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.00% from 437); Green value is 40 (16.02% from 255 or 9.15% from 437); Blue value is 196 (76.95% from 255 or 44.85% from 437); Max value from RGB is 201 - color contains mainly: red. Hex color #C928C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C928C4 is #36D73B. Grayscale: #696969. Windows color (decimal): -3594044 or 12855497. OLE color: 12855497.

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

Color convert

RGB 201 40 196 -
CMYK 0 0.80 0.02 0.21
HSL 301.86º 0.67% 0.47% -
HSV(B) 301.86º 0.8% 0.79% -
XYZ 34.81 17.92 53.85 -
YUV 105.92 178.84 195.82 -
System Red Green Blue C M Y K H S L
Decimal 201 40 196 0 0.80 0.02 0.21 301.86 0.67 0.47
Hex C9 28 C4 0 50 2 15 12E 43 2F
Octal 311 50 304 0 120 2 25 456 103 57
Binary 11001001 101000 11000100 0 1010000 10 10101 100101110 1000011 101111

Color Harmonies of #C928C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C928C4

Black with #C928C4

Text Example


Text Example

White with #C928C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C928C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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