Html Css Color HEX #C217AB Deep Magenta

📋 copy color: '#C217AB'

red 194 ◦ green 23 ◦ blue 171

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

Shades of Deep Magenta #C217AB

Tints of Deep Magenta #C217AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 44.07%

R = 50%
G = 5.93%
B = 44.07%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C217AB (or 0xC217AB) is known color: Deep Magenta. HEX triplet: C2, 17 and AB. RGB value is (194,23,171). Sum of RGB (Red+Green+Blue) = 194+23+171=388 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50% from 388); Green value is 23 (9.38% from 255 or 5.93% from 388); Blue value is 171 (67.19% from 255 or 44.07% from 388); Max value from RGB is 194 - color contains mainly: red. Hex color #C217AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C217AB is #3DE854. Grayscale: #5A5A5A. Windows color (decimal): -4057173 or 11212738. OLE color: 11212738.

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

Color convert

RGB 194 23 171 -
CMYK 0 0.88 0.12 0.24
HSL 308.07º 0.79% 0.43% -
HSV(B) 308.07º 0.88% 0.76% -
XYZ 29.91 15.02 39.85 -
YUV 91 173.15 201.47 -
System Red Green Blue C M Y K H S L
Decimal 194 23 171 0 0.88 0.12 0.24 308.07 0.79 0.43
Hex C2 17 AB 0 58 C 18 134 4F 2B
Octal 302 27 253 0 130 14 30 464 117 53
Binary 11000010 10111 10101011 0 1011000 1100 11000 100110100 1001111 101011

Color Harmonies of #C217AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C217AB

Black with #C217AB

Text Example


Text Example

White with #C217AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C217AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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