Html Css Color HEX #C425DB Deep Magenta

📋 copy color: '#C425DB'

red 196 ◦ green 37 ◦ blue 219

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

Shades of Deep Magenta #C425DB

Tints of Deep Magenta #C425DB

RGB

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

 GREEN value IS 37 (14.84% from 255) = 8.19%

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

R = 43.36%
G = 8.19%
B = 48.45%

CMYK

 C value IS 0.11

 M value IS 0.83

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C425DB (or 0xC425DB) is known color: Deep Magenta. HEX triplet: C4, 25 and DB. RGB value is (196,37,219). Sum of RGB (Red+Green+Blue) = 196+37+219=452 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.36% from 452); Green value is 37 (14.84% from 255 or 8.19% from 452); Blue value is 219 (85.94% from 255 or 48.45% from 452); Max value from RGB is 219 - color contains mainly: blue. Hex color #C425DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C425DB is #3BDA24. Grayscale: #686868. Windows color (decimal): -3922469 or 14362052. OLE color: 14362052.

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

Color convert

RGB 196 37 219 -
CMYK 0.11 0.83 0 0.14
HSL 292.42º 0.72% 0.5% -
HSV(B) 292.42º 0.83% 0.86% -
XYZ 36.21 18.17 68.62 -
YUV 105.29 192.18 192.7 -
System Red Green Blue C M Y K H S L
Decimal 196 37 219 0.11 0.83 0 0.14 292.42 0.72 0.5
Hex C4 25 DB B 53 0 E 124 48 32
Octal 304 45 333 13 123 0 16 444 110 62
Binary 11000100 100101 11011011 1011 1010011 0 1110 100100100 1001000 110010

Color Harmonies of #C425DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C425DB

Black with #C425DB

Text Example


Text Example

White with #C425DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C425DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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