Html Css Color HEX #C425DD Deep Magenta

📋 copy color: '#C425DD'

red 196 ◦ green 37 ◦ blue 221

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

Shades of Deep Magenta #C425DD

Tints of Deep Magenta #C425DD

RGB

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

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

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

R = 43.17%
G = 8.15%
B = 48.68%

CMYK

 C value IS 0.11

 M value IS 0.83

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C425DD (or 0xC425DD) is known color: Deep Magenta. HEX triplet: C4, 25 and DD. RGB value is (196,37,221). Sum of RGB (Red+Green+Blue) = 196+37+221=454 (60% of max value = 765). Red value is 196 (76.95% from 255 or 43.17% from 454); Green value is 37 (14.84% from 255 or 8.15% from 454); Blue value is 221 (86.72% from 255 or 48.68% from 454); Max value from RGB is 221 - color contains mainly: blue. Hex color #C425DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C425DD is #3BDA22. Grayscale: #686868. Windows color (decimal): -3922467 or 14493124. OLE color: 14493124.

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

Color convert

RGB 196 37 221 -
CMYK 0.11 0.83 0 0.13
HSL 291.85º 0.73% 0.51% -
HSV(B) 291.85º 0.83% 0.87% -
XYZ 36.48 18.28 70.01 -
YUV 105.52 193.18 192.54 -
System Red Green Blue C M Y K H S L
Decimal 196 37 221 0.11 0.83 0 0.13 291.85 0.73 0.51
Hex C4 25 DD B 53 0 D 124 49 33
Octal 304 45 335 13 123 0 15 444 111 63
Binary 11000100 100101 11011101 1011 1010011 0 1101 100100100 1001001 110011

Color Harmonies of #C425DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C425DD

Black with #C425DD

Text Example


Text Example

White with #C425DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C425DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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