Html Css Color HEX #C424CF Deep Magenta

📋 copy color: '#C424CF'

red 196 ◦ green 36 ◦ blue 207

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

Shades of Deep Magenta #C424CF

Tints of Deep Magenta #C424CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 47.15%

R = 44.65%
G = 8.2%
B = 47.15%

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

#C424CF (or 0xC424CF) is known color: Deep Magenta. HEX triplet: C4, 24 and CF. RGB value is (196,36,207). Sum of RGB (Red+Green+Blue) = 196+36+207=439 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.65% from 439); Green value is 36 (14.45% from 255 or 8.20% from 439); Blue value is 207 (81.25% from 255 or 47.15% from 439); Max value from RGB is 207 - color contains mainly: blue. Hex color #C424CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C424CF is #3BDB30. Grayscale: #666666. Windows color (decimal): -3922737 or 13575364. OLE color: 13575364.

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

Color convert

RGB 196 36 207 -
CMYK 0.05 0.83 0 0.19
HSL 296.14º 0.7% 0.48% -
HSV(B) 296.14º 0.83% 0.81% -
XYZ 34.66 17.5 60.58 -
YUV 103.33 186.51 194.1 -
System Red Green Blue C M Y K H S L
Decimal 196 36 207 0.05 0.83 0 0.19 296.14 0.7 0.48
Hex C4 24 CF 5 53 0 13 128 46 30
Octal 304 44 317 5 123 0 23 450 106 60
Binary 11000100 100100 11001111 101 1010011 0 10011 100101000 1000110 110000

Color Harmonies of #C424CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C424CF

Black with #C424CF

Text Example


Text Example

White with #C424CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C424CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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