Html Css Color HEX #C428DF Deep Magenta

📋 copy color: '#C428DF'

red 196 ◦ green 40 ◦ blue 223

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

Shades of Deep Magenta #C428DF

Tints of Deep Magenta #C428DF

RGB

 RED value IS 196 (76.95% from 255) = 42.7%

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

 BLUE value IS 223 (87.5% from 255) = 48.58%

R = 42.7%
G = 8.71%
B = 48.58%

CMYK

 C value IS 0.12

 M value IS 0.82

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C428DF (or 0xC428DF) is known color: Deep Magenta. HEX triplet: C4, 28 and DF. RGB value is (196,40,223). Sum of RGB (Red+Green+Blue) = 196+40+223=459 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.70% from 459); Green value is 40 (16.02% from 255 or 8.71% from 459); Blue value is 223 (87.5% from 255 or 48.58% from 459); Max value from RGB is 223 - color contains mainly: blue. Hex color #C428DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C428DF is #3BD720. Grayscale: #6A6A6A. Windows color (decimal): -3921697 or 14624964. OLE color: 14624964.

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

Color convert

RGB 196 40 223 -
CMYK 0.12 0.82 0 0.13
HSL 291.15º 0.74% 0.52% -
HSV(B) 291.15º 0.82% 0.87% -
XYZ 36.84 18.58 71.46 -
YUV 107.51 193.18 191.12 -
System Red Green Blue C M Y K H S L
Decimal 196 40 223 0.12 0.82 0 0.13 291.15 0.74 0.52
Hex C4 28 DF C 52 0 D 123 4A 34
Octal 304 50 337 14 122 0 15 443 112 64
Binary 11000100 101000 11011111 1100 1010010 0 1101 100100011 1001010 110100

Color Harmonies of #C428DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C428DF

Black with #C428DF

Text Example


Text Example

White with #C428DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C428DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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