Html Css Color HEX #C218BD Deep Magenta

📋 copy color: '#C218BD'

red 194 ◦ green 24 ◦ blue 189

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

Shades of Deep Magenta #C218BD

Tints of Deep Magenta #C218BD

RGB

 RED value IS 194 (76.17% from 255) = 47.67%

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

 BLUE value IS 189 (74.22% from 255) = 46.44%

R = 47.67%
G = 5.9%
B = 46.44%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C218BD (or 0xC218BD) is known color: Deep Magenta. HEX triplet: C2, 18 and BD. RGB value is (194,24,189). Sum of RGB (Red+Green+Blue) = 194+24+189=407 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.67% from 407); Green value is 24 (9.77% from 255 or 5.90% from 407); Blue value is 189 (74.22% from 255 or 46.44% from 407); Max value from RGB is 194 - color contains mainly: red. Hex color #C218BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C218BD is #3DE742. Grayscale: #5D5D5D. Windows color (decimal): -4056899 or 12392642. OLE color: 12392642.

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

Color convert

RGB 194 24 189 -
CMYK 0 0.88 0.03 0.24
HSL 301.76º 0.78% 0.43% -
HSV(B) 301.76º 0.88% 0.76% -
XYZ 31.76 15.8 49.52 -
YUV 93.64 181.82 199.58 -
System Red Green Blue C M Y K H S L
Decimal 194 24 189 0 0.88 0.03 0.24 301.76 0.78 0.43
Hex C2 18 BD 0 58 3 18 12E 4E 2B
Octal 302 30 275 0 130 3 30 456 116 53
Binary 11000010 11000 10111101 0 1011000 11 11000 100101110 1001110 101011

Color Harmonies of #C218BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C218BD

Black with #C218BD

Text Example


Text Example

White with #C218BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C218BD; }

 p { color: rgb(194,24,189); }

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

background-color css

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

 a { background-color: rgb(194,24,189); }

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

border-color css

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

 span { border-color: rgb(194,24,189); }

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