Html Css Color HEX #C217AD Deep Magenta

📋 copy color: '#C217AD'

red 194 ◦ green 23 ◦ blue 173

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

Shades of Deep Magenta #C217AD

Tints of Deep Magenta #C217AD

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.9%

 BLUE value IS 173 (67.97% from 255) = 44.36%

R = 49.74%
G = 5.9%
B = 44.36%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#C217AD (or 0xC217AD) is known color: Deep Magenta. HEX triplet: C2, 17 and AD. RGB value is (194,23,173). Sum of RGB (Red+Green+Blue) = 194+23+173=390 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.74% from 390); Green value is 23 (9.38% from 255 or 5.90% from 390); Blue value is 173 (67.97% from 255 or 44.36% from 390); Max value from RGB is 194 - color contains mainly: red. Hex color #C217AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C217AD is #3DE852. Grayscale: #5A5A5A. Windows color (decimal): -4057171 or 11343810. OLE color: 11343810.

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

Color convert

RGB 194 23 173 -
CMYK 0 0.88 0.11 0.24
HSL 307.37º 0.79% 0.43% -
HSV(B) 307.37º 0.88% 0.76% -
XYZ 30.1 15.1 40.86 -
YUV 91.23 174.15 201.3 -
System Red Green Blue C M Y K H S L
Decimal 194 23 173 0 0.88 0.11 0.24 307.37 0.79 0.43
Hex C2 17 AD 0 58 B 18 133 4F 2B
Octal 302 27 255 0 130 13 30 463 117 53
Binary 11000010 10111 10101101 0 1011000 1011 11000 100110011 1001111 101011

Color Harmonies of #C217AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C217AD

Black with #C217AD

Text Example


Text Example

White with #C217AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C217AD; }

 p { color: rgb(194,23,173); }

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

background-color css

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

 a { background-color: rgb(194,23,173); }

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

border-color css

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

 span { border-color: rgb(194,23,173); }

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