Html Css Color HEX #C418BE Deep Magenta

📋 copy color: '#C418BE'

red 196 ◦ green 24 ◦ blue 190

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

Shades of Deep Magenta #C418BE

Tints of Deep Magenta #C418BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 46.34%

R = 47.8%
G = 5.85%
B = 46.34%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.03

 K value IS 0.23

RGB Variations

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

Color information

#C418BE (or 0xC418BE) is known color: Deep Magenta. HEX triplet: C4, 18 and BE. RGB value is (196,24,190). Sum of RGB (Red+Green+Blue) = 196+24+190=410 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.80% from 410); Green value is 24 (9.77% from 255 or 5.85% from 410); Blue value is 190 (74.61% from 255 or 46.34% from 410); Max value from RGB is 196 - color contains mainly: red. Hex color #C418BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C418BE is #3BE741. Grayscale: #5D5D5D. Windows color (decimal): -3925826 or 12458180. OLE color: 12458180.

HSL color Cylindrical-coordinate representation of color #C418BE: hue angle of 302.09º 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 #C418BE is Cyan = 0, Magento = 0.88, Yellow = 0.03 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 24 190 -
CMYK 0 0.88 0.03 0.23
HSL 302.09º 0.78% 0.43% -
HSV(B) 302.09º 0.88% 0.77% -
XYZ 32.39 16.11 50.12 -
YUV 94.35 181.98 200.5 -
System Red Green Blue C M Y K H S L
Decimal 196 24 190 0 0.88 0.03 0.23 302.09 0.78 0.43
Hex C4 18 BE 0 58 3 17 12E 4E 2B
Octal 304 30 276 0 130 3 27 456 116 53
Binary 11000100 11000 10111110 0 1011000 11 10111 100101110 1001110 101011

Color Harmonies of #C418BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C418BE

Black with #C418BE

Text Example


Text Example

White with #C418BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C418BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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