Html Css Color HEX #C418C0 Deep Magenta

📋 copy color: '#C418C0'

red 196 ◦ green 24 ◦ blue 192

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

Shades of Deep Magenta #C418C0

Tints of Deep Magenta #C418C0

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.83%

 BLUE value IS 192 (75.39% from 255) = 46.6%

R = 47.57%
G = 5.83%
B = 46.6%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.02

 K value IS 0.23

RGB Variations

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

Color information

#C418C0 (or 0xC418C0) is known color: Deep Magenta. HEX triplet: C4, 18 and C0. RGB value is (196,24,192). Sum of RGB (Red+Green+Blue) = 196+24+192=412 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.57% from 412); Green value is 24 (9.77% from 255 or 5.83% from 412); Blue value is 192 (75.39% from 255 or 46.60% from 412); Max value from RGB is 196 - color contains mainly: red. Hex color #C418C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C418C0 is #3BE73F. Grayscale: #5E5E5E. Windows color (decimal): -3925824 or 12589252. OLE color: 12589252.

HSL color Cylindrical-coordinate representation of color #C418C0: hue angle of 301.4º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C418C0 is Cyan = 0, Magento = 0.88, Yellow = 0.02 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 24 192 -
CMYK 0 0.88 0.02 0.23
HSL 301.4º 0.78% 0.43% -
HSV(B) 301.4º 0.88% 0.77% -
XYZ 32.61 16.19 51.28 -
YUV 94.58 182.98 200.34 -
System Red Green Blue C M Y K H S L
Decimal 196 24 192 0 0.88 0.02 0.23 301.4 0.78 0.43
Hex C4 18 C0 0 58 2 17 12D 4E 2B
Octal 304 30 300 0 130 2 27 455 116 53
Binary 11000100 11000 11000000 0 1011000 10 10111 100101101 1001110 101011

Color Harmonies of #C418C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C418C0

Black with #C418C0

Text Example


Text Example

White with #C418C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C418C0; }

 p { color: rgb(196,24,192); }

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

background-color css

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

 a { background-color: rgb(196,24,192); }

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

border-color css

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

 span { border-color: rgb(196,24,192); }

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