Html Css Color HEX #C418B2 Deep Magenta

📋 copy color: '#C418B2'

red 196 ◦ green 24 ◦ blue 178

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

Shades of Deep Magenta #C418B2

Tints of Deep Magenta #C418B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 44.72%

R = 49.25%
G = 6.03%
B = 44.72%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.09

 K value IS 0.23

RGB Variations

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

Color information

#C418B2 (or 0xC418B2) is known color: Deep Magenta. HEX triplet: C4, 18 and B2. RGB value is (196,24,178). Sum of RGB (Red+Green+Blue) = 196+24+178=398 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.25% from 398); Green value is 24 (9.77% from 255 or 6.03% from 398); Blue value is 178 (69.92% from 255 or 44.72% from 398); Max value from RGB is 196 - color contains mainly: red. Hex color #C418B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C418B2 is #3BE74D. Grayscale: #5C5C5C. Windows color (decimal): -3925838 or 11671748. OLE color: 11671748.

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

Color convert

RGB 196 24 178 -
CMYK 0 0.88 0.09 0.23
HSL 306.28º 0.78% 0.43% -
HSV(B) 306.28º 0.88% 0.77% -
XYZ 31.13 15.6 43.49 -
YUV 92.98 175.98 201.48 -
System Red Green Blue C M Y K H S L
Decimal 196 24 178 0 0.88 0.09 0.23 306.28 0.78 0.43
Hex C4 18 B2 0 58 9 17 132 4E 2B
Octal 304 30 262 0 130 11 27 462 116 53
Binary 11000100 11000 10110010 0 1011000 1001 10111 100110010 1001110 101011

Color Harmonies of #C418B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C418B2

Black with #C418B2

Text Example


Text Example

White with #C418B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C418B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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