Html Css Color HEX #C424CE Deep Magenta

📋 copy color: '#C424CE'

red 196 ◦ green 36 ◦ blue 206

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

Shades of Deep Magenta #C424CE

Tints of Deep Magenta #C424CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 47.03%

R = 44.75%
G = 8.22%
B = 47.03%

CMYK

 C value IS 0.05

 M value IS 0.83

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C424CE (or 0xC424CE) is known color: Deep Magenta. HEX triplet: C4, 24 and CE. RGB value is (196,36,206). Sum of RGB (Red+Green+Blue) = 196+36+206=438 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.75% from 438); Green value is 36 (14.45% from 255 or 8.22% from 438); Blue value is 206 (80.86% from 255 or 47.03% from 438); Max value from RGB is 206 - color contains mainly: blue. Hex color #C424CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C424CE is #3BDB31. Grayscale: #666666. Windows color (decimal): -3922738 or 13509828. OLE color: 13509828.

HSL color Cylindrical-coordinate representation of color #C424CE: hue angle of 296.47º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C424CE is Cyan = 0.05, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 196 36 206 -
CMYK 0.05 0.83 0 0.19
HSL 296.47º 0.7% 0.47% -
HSV(B) 296.47º 0.83% 0.81% -
XYZ 34.54 17.45 59.94 -
YUV 103.22 186.01 194.18 -
System Red Green Blue C M Y K H S L
Decimal 196 36 206 0.05 0.83 0 0.19 296.47 0.7 0.47
Hex C4 24 CE 5 53 0 13 128 46 2F
Octal 304 44 316 5 123 0 23 450 106 57
Binary 11000100 100100 11001110 101 1010011 0 10011 100101000 1000110 101111

Color Harmonies of #C424CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C424CE

Black with #C424CE

Text Example


Text Example

White with #C424CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C424CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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