Html Css Color HEX #C424E0 Deep Magenta

📋 copy color: '#C424E0'

red 196 ◦ green 36 ◦ blue 224

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

Shades of Deep Magenta #C424E0

Tints of Deep Magenta #C424E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 49.12%

R = 42.98%
G = 7.89%
B = 49.12%

CMYK

 C value IS 0.12

 M value IS 0.84

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C424E0 (or 0xC424E0) is known color: Deep Magenta. HEX triplet: C4, 24 and E0. RGB value is (196,36,224). Sum of RGB (Red+Green+Blue) = 196+36+224=456 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.98% from 456); Green value is 36 (14.45% from 255 or 7.89% from 456); Blue value is 224 (87.89% from 255 or 49.12% from 456); Max value from RGB is 224 - color contains mainly: blue. Hex color #C424E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C424E0 is #3BDB1F. Grayscale: #686868. Windows color (decimal): -3922720 or 14689476. OLE color: 14689476.

HSL color Cylindrical-coordinate representation of color #C424E0: hue angle of 291.06º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C424E0 is Cyan = 0.12, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 196 36 224 -
CMYK 0.12 0.84 0 0.12
HSL 291.06º 0.75% 0.51% -
HSV(B) 291.06º 0.84% 0.88% -
XYZ 36.85 18.38 72.13 -
YUV 105.27 195.01 192.71 -
System Red Green Blue C M Y K H S L
Decimal 196 36 224 0.12 0.84 0 0.12 291.06 0.75 0.51
Hex C4 24 E0 C 54 0 C 123 4B 33
Octal 304 44 340 14 124 0 14 443 113 63
Binary 11000100 100100 11100000 1100 1010100 0 1100 100100011 1001011 110011

Color Harmonies of #C424E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C424E0

Black with #C424E0

Text Example


Text Example

White with #C424E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C424E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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