Html Css Color HEX #C428DD Deep Magenta

📋 copy color: '#C428DD'

red 196 ◦ green 40 ◦ blue 221

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

Shades of Deep Magenta #C428DD

Tints of Deep Magenta #C428DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 48.36%

R = 42.89%
G = 8.75%
B = 48.36%

CMYK

 C value IS 0.11

 M value IS 0.82

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C428DD (or 0xC428DD) is known color: Deep Magenta. HEX triplet: C4, 28 and DD. RGB value is (196,40,221). Sum of RGB (Red+Green+Blue) = 196+40+221=457 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.89% from 457); Green value is 40 (16.02% from 255 or 8.75% from 457); Blue value is 221 (86.72% from 255 or 48.36% from 457); Max value from RGB is 221 - color contains mainly: blue. Hex color #C428DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C428DD is #3BD722. Grayscale: #6A6A6A. Windows color (decimal): -3921699 or 14493892. OLE color: 14493892.

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

Color convert

RGB 196 40 221 -
CMYK 0.11 0.82 0 0.13
HSL 291.71º 0.73% 0.51% -
HSV(B) 291.71º 0.82% 0.87% -
XYZ 36.57 18.47 70.04 -
YUV 107.28 192.18 191.28 -
System Red Green Blue C M Y K H S L
Decimal 196 40 221 0.11 0.82 0 0.13 291.71 0.73 0.51
Hex C4 28 DD B 52 0 D 124 49 33
Octal 304 50 335 13 122 0 15 444 111 63
Binary 11000100 101000 11011101 1011 1010010 0 1101 100100100 1001001 110011

Color Harmonies of #C428DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C428DD

Black with #C428DD

Text Example


Text Example

White with #C428DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C428DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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