Html Css Color HEX #C418BB Deep Magenta

📋 copy color: '#C418BB'

red 196 ◦ green 24 ◦ blue 187

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

Shades of Deep Magenta #C418BB

Tints of Deep Magenta #C418BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 45.95%

R = 48.16%
G = 5.9%
B = 45.95%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.05

 K value IS 0.23

RGB Variations

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

Color information

#C418BB (or 0xC418BB) is known color: Deep Magenta. HEX triplet: C4, 18 and BB. RGB value is (196,24,187). Sum of RGB (Red+Green+Blue) = 196+24+187=407 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.16% from 407); Green value is 24 (9.77% from 255 or 5.90% from 407); Blue value is 187 (73.44% from 255 or 45.95% from 407); Max value from RGB is 196 - color contains mainly: red. Hex color #C418BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C418BB is #3BE744. Grayscale: #5D5D5D. Windows color (decimal): -3925829 or 12261572. OLE color: 12261572.

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

Color convert

RGB 196 24 187 -
CMYK 0 0.88 0.05 0.23
HSL 303.14º 0.78% 0.43% -
HSV(B) 303.14º 0.88% 0.77% -
XYZ 32.06 15.98 48.41 -
YUV 94.01 180.48 200.75 -
System Red Green Blue C M Y K H S L
Decimal 196 24 187 0 0.88 0.05 0.23 303.14 0.78 0.43
Hex C4 18 BB 0 58 5 17 12F 4E 2B
Octal 304 30 273 0 130 5 27 457 116 53
Binary 11000100 11000 10111011 0 1011000 101 10111 100101111 1001110 101011

Color Harmonies of #C418BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C418BB

Black with #C418BB

Text Example


Text Example

White with #C418BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C418BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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