Html Css Color HEX #C218BE Deep Magenta

📋 copy color: '#C218BE'

red 194 ◦ green 24 ◦ blue 190

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

Shades of Deep Magenta #C218BE

Tints of Deep Magenta #C218BE

RGB

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

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

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

R = 47.55%
G = 5.88%
B = 46.57%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#C218BE (or 0xC218BE) is known color: Deep Magenta. HEX triplet: C2, 18 and BE. RGB value is (194,24,190). Sum of RGB (Red+Green+Blue) = 194+24+190=408 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.55% from 408); Green value is 24 (9.77% from 255 or 5.88% from 408); Blue value is 190 (74.61% from 255 or 46.57% from 408); Max value from RGB is 194 - color contains mainly: red. Hex color #C218BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C218BE is #3DE741. Grayscale: #5D5D5D. Windows color (decimal): -4056898 or 12458178. OLE color: 12458178.

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

Color convert

RGB 194 24 190 -
CMYK 0 0.88 0.02 0.24
HSL 301.41º 0.78% 0.43% -
HSV(B) 301.41º 0.88% 0.76% -
XYZ 31.87 15.84 50.09 -
YUV 93.75 182.32 199.5 -
System Red Green Blue C M Y K H S L
Decimal 194 24 190 0 0.88 0.02 0.24 301.41 0.78 0.43
Hex C2 18 BE 0 58 2 18 12D 4E 2B
Octal 302 30 276 0 130 2 30 455 116 53
Binary 11000010 11000 10111110 0 1011000 10 11000 100101101 1001110 101011

Color Harmonies of #C218BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C218BE

Black with #C218BE

Text Example


Text Example

White with #C218BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C218BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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