Html Css Color HEX #C427DD Deep Magenta

📋 copy color: '#C427DD'

red 196 ◦ green 39 ◦ blue 221

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

Shades of Deep Magenta #C427DD

Tints of Deep Magenta #C427DD

RGB

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

 GREEN value IS 39 (15.63% from 255) = 8.55%

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

R = 42.98%
G = 8.55%
B = 48.46%

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

#C427DD (or 0xC427DD) is known color: Deep Magenta. HEX triplet: C4, 27 and DD. RGB value is (196,39,221). Sum of RGB (Red+Green+Blue) = 196+39+221=456 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.98% from 456); Green value is 39 (15.62% from 255 or 8.55% from 456); Blue value is 221 (86.72% from 255 or 48.46% from 456); Max value from RGB is 221 - color contains mainly: blue. Hex color #C427DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C427DD is #3BD822. Grayscale: #6A6A6A. Windows color (decimal): -3921955 or 14493636. OLE color: 14493636.

HSL color Cylindrical-coordinate representation of color #C427DD: hue angle of 291.76º 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 #C427DD is Cyan = 0.11, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 196 39 221 -
CMYK 0.11 0.82 0 0.13
HSL 291.76º 0.73% 0.51% -
HSV(B) 291.76º 0.82% 0.87% -
XYZ 36.54 18.41 70.03 -
YUV 106.69 192.51 191.7 -
System Red Green Blue C M Y K H S L
Decimal 196 39 221 0.11 0.82 0 0.13 291.76 0.73 0.51
Hex C4 27 DD B 52 0 D 124 49 33
Octal 304 47 335 13 122 0 15 444 111 63
Binary 11000100 100111 11011101 1011 1010010 0 1101 100100100 1001001 110011

Color Harmonies of #C427DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C427DD

Black with #C427DD

Text Example


Text Example

White with #C427DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C427DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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