Html Css Color HEX #C218AF Deep Magenta

📋 copy color: '#C218AF'

red 194 ◦ green 24 ◦ blue 175

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

Shades of Deep Magenta #C218AF

Tints of Deep Magenta #C218AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 44.53%

R = 49.36%
G = 6.11%
B = 44.53%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C218AF (or 0xC218AF) is known color: Deep Magenta. HEX triplet: C2, 18 and AF. RGB value is (194,24,175). Sum of RGB (Red+Green+Blue) = 194+24+175=393 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.36% from 393); Green value is 24 (9.77% from 255 or 6.11% from 393); Blue value is 175 (68.75% from 255 or 44.53% from 393); Max value from RGB is 194 - color contains mainly: red. Hex color #C218AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C218AF is #3DE750. Grayscale: #5B5B5B. Windows color (decimal): -4056913 or 11475138. OLE color: 11475138.

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

Color convert

RGB 194 24 175 -
CMYK 0 0.88 0.10 0.24
HSL 306.71º 0.78% 0.43% -
HSV(B) 306.71º 0.88% 0.76% -
XYZ 30.31 15.22 41.9 -
YUV 92.04 174.82 200.72 -
System Red Green Blue C M Y K H S L
Decimal 194 24 175 0 0.88 0.10 0.24 306.71 0.78 0.43
Hex C2 18 AF 0 58 A 18 133 4E 2B
Octal 302 30 257 0 130 12 30 463 116 53
Binary 11000010 11000 10101111 0 1011000 1010 11000 100110011 1001110 101011

Color Harmonies of #C218AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C218AF

Black with #C218AF

Text Example


Text Example

White with #C218AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C218AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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