Html Css Color HEX #C424CA Deep Magenta

📋 copy color: '#C424CA'

red 196 ◦ green 36 ◦ blue 202

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

Shades of Deep Magenta #C424CA

Tints of Deep Magenta #C424CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 46.54%

R = 45.16%
G = 8.29%
B = 46.54%

CMYK

 C value IS 0.03

 M value IS 0.82

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C424CA (or 0xC424CA) is known color: Deep Magenta. HEX triplet: C4, 24 and CA. RGB value is (196,36,202). Sum of RGB (Red+Green+Blue) = 196+36+202=434 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.16% from 434); Green value is 36 (14.45% from 255 or 8.29% from 434); Blue value is 202 (79.30% from 255 or 46.54% from 434); Max value from RGB is 202 - color contains mainly: blue. Hex color #C424CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C424CA is #3BDB35. Grayscale: #666666. Windows color (decimal): -3922742 or 13247684. OLE color: 13247684.

HSL color Cylindrical-coordinate representation of color #C424CA: hue angle of 297.83º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C424CA is Cyan = 0.03, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 196 36 202 -
CMYK 0.03 0.82 0 0.21
HSL 297.83º 0.7% 0.47% -
HSV(B) 297.83º 0.82% 0.79% -
XYZ 34.06 17.26 57.41 -
YUV 102.76 184.01 194.5 -
System Red Green Blue C M Y K H S L
Decimal 196 36 202 0.03 0.82 0 0.21 297.83 0.7 0.47
Hex C4 24 CA 3 52 0 15 12A 46 2F
Octal 304 44 312 3 122 0 25 452 106 57
Binary 11000100 100100 11001010 11 1010010 0 10101 100101010 1000110 101111

Color Harmonies of #C424CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C424CA

Black with #C424CA

Text Example


Text Example

White with #C424CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C424CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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