Html Css Color HEX #C427DB Deep Magenta

📋 copy color: '#C427DB'

red 196 ◦ green 39 ◦ blue 219

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

Shades of Deep Magenta #C427DB

Tints of Deep Magenta #C427DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 48.24%

R = 43.17%
G = 8.59%
B = 48.24%

CMYK

 C value IS 0.11

 M value IS 0.82

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C427DB (or 0xC427DB) is known color: Deep Magenta. HEX triplet: C4, 27 and DB. RGB value is (196,39,219). Sum of RGB (Red+Green+Blue) = 196+39+219=454 (60% of max value = 765). Red value is 196 (76.95% from 255 or 43.17% from 454); Green value is 39 (15.62% from 255 or 8.59% from 454); Blue value is 219 (85.94% from 255 or 48.24% from 454); Max value from RGB is 219 - color contains mainly: blue. Hex color #C427DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C427DB is #3BD824. Grayscale: #696969. Windows color (decimal): -3921957 or 14362564. OLE color: 14362564.

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

Color convert

RGB 196 39 219 -
CMYK 0.11 0.82 0 0.14
HSL 292.33º 0.71% 0.51% -
HSV(B) 292.33º 0.82% 0.86% -
XYZ 36.28 18.3 68.64 -
YUV 106.46 191.51 191.86 -
System Red Green Blue C M Y K H S L
Decimal 196 39 219 0.11 0.82 0 0.14 292.33 0.71 0.51
Hex C4 27 DB B 52 0 E 124 47 33
Octal 304 47 333 13 122 0 16 444 107 63
Binary 11000100 100111 11011011 1011 1010010 0 1110 100100100 1000111 110011

Color Harmonies of #C427DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C427DB

Black with #C427DB

Text Example


Text Example

White with #C427DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C427DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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