Html Css Color HEX #C424DA Deep Magenta

📋 copy color: '#C424DA'

red 196 ◦ green 36 ◦ blue 218

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

Shades of Deep Magenta #C424DA

Tints of Deep Magenta #C424DA

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8%

 BLUE value IS 218 (85.55% from 255) = 48.44%

R = 43.56%
G = 8%
B = 48.44%

CMYK

 C value IS 0.10

 M value IS 0.83

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C424DA (or 0xC424DA) is known color: Deep Magenta. HEX triplet: C4, 24 and DA. RGB value is (196,36,218). Sum of RGB (Red+Green+Blue) = 196+36+218=450 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.56% from 450); Green value is 36 (14.45% from 255 or 8% from 450); Blue value is 218 (85.55% from 255 or 48.44% from 450); Max value from RGB is 218 - color contains mainly: blue. Hex color #C424DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C424DA is #3BDB25. Grayscale: #686868. Windows color (decimal): -3922726 or 14296260. OLE color: 14296260.

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

Color convert

RGB 196 36 218 -
CMYK 0.10 0.83 0 0.15
HSL 292.75º 0.72% 0.5% -
HSV(B) 292.75º 0.83% 0.85% -
XYZ 36.05 18.06 67.92 -
YUV 104.59 192.01 193.2 -
System Red Green Blue C M Y K H S L
Decimal 196 36 218 0.10 0.83 0 0.15 292.75 0.72 0.5
Hex C4 24 DA A 53 0 F 125 48 32
Octal 304 44 332 12 123 0 17 445 110 62
Binary 11000100 100100 11011010 1010 1010011 0 1111 100100101 1001000 110010

Color Harmonies of #C424DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C424DA

Black with #C424DA

Text Example


Text Example

White with #C424DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C424DA; }

 p { color: rgb(196,36,218); }

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

background-color css

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

 a { background-color: rgb(196,36,218); }

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

border-color css

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

 span { border-color: rgb(196,36,218); }

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