Html Css Color HEX #C217AA Medium Violet Red

📋 copy color: '#C217AA'

red 194 ◦ green 23 ◦ blue 170

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

Shades of Medium Violet Red #C217AA

Tints of Medium Violet Red #C217AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 43.93%

R = 50.13%
G = 5.94%
B = 43.93%

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

#C217AA (or 0xC217AA) is known color: Medium Violet Red. HEX triplet: C2, 17 and AA. RGB value is (194,23,170). Sum of RGB (Red+Green+Blue) = 194+23+170=387 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50.13% from 387); Green value is 23 (9.38% from 255 or 5.94% from 387); Blue value is 170 (66.80% from 255 or 43.93% from 387); Max value from RGB is 194 - color contains mainly: red. Hex color #C217AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C217AA is #3DE855. Grayscale: #5A5A5A. Windows color (decimal): -4057174 or 11147202. OLE color: 11147202.

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

Color convert

RGB 194 23 170 -
CMYK 0 0.88 0.12 0.24
HSL 308.42º 0.79% 0.43% -
HSV(B) 308.42º 0.88% 0.76% -
XYZ 29.81 14.98 39.35 -
YUV 90.89 172.65 201.55 -
System Red Green Blue C M Y K H S L
Decimal 194 23 170 0 0.88 0.12 0.24 308.42 0.79 0.43
Hex C2 17 AA 0 58 C 18 134 4F 2B
Octal 302 27 252 0 130 14 30 464 117 53
Binary 11000010 10111 10101010 0 1011000 1100 11000 100110100 1001111 101011

Color Harmonies of #C217AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C217AA

Black with #C217AA

Text Example


Text Example

White with #C217AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C217AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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