Html Css Color HEX #C425DE Deep Magenta

📋 copy color: '#C425DE'

red 196 ◦ green 37 ◦ blue 222

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

Shades of Deep Magenta #C425DE

Tints of Deep Magenta #C425DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 48.79%

R = 43.08%
G = 8.13%
B = 48.79%

CMYK

 C value IS 0.12

 M value IS 0.83

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C425DE (or 0xC425DE) is known color: Deep Magenta. HEX triplet: C4, 25 and DE. RGB value is (196,37,222). Sum of RGB (Red+Green+Blue) = 196+37+222=455 (60% of max value = 765). Red value is 196 (76.95% from 255 or 43.08% from 455); Green value is 37 (14.84% from 255 or 8.13% from 455); Blue value is 222 (87.11% from 255 or 48.79% from 455); Max value from RGB is 222 - color contains mainly: blue. Hex color #C425DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C425DE is #3BDA21. Grayscale: #696969. Windows color (decimal): -3922466 or 14558660. OLE color: 14558660.

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

Color convert

RGB 196 37 222 -
CMYK 0.12 0.83 0 0.13
HSL 291.57º 0.74% 0.51% -
HSV(B) 291.57º 0.83% 0.87% -
XYZ 36.61 18.33 70.72 -
YUV 105.63 193.68 192.46 -
System Red Green Blue C M Y K H S L
Decimal 196 37 222 0.12 0.83 0 0.13 291.57 0.74 0.51
Hex C4 25 DE C 53 0 D 124 4A 33
Octal 304 45 336 14 123 0 15 444 112 63
Binary 11000100 100101 11011110 1100 1010011 0 1101 100100100 1001010 110011

Color Harmonies of #C425DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C425DE

Black with #C425DE

Text Example


Text Example

White with #C425DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C425DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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