Html Css Color HEX #C2166C Medium Violet Red

📋 copy color: '#C2166C'

red 194 ◦ green 22 ◦ blue 108

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

Shades of Medium Violet Red #C2166C

Tints of Medium Violet Red #C2166C

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.79%

 BLUE value IS 108 (42.58% from 255) = 33.33%

R = 59.88%
G = 6.79%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.44

 K value IS 0.24

RGB Variations

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

Color information

#C2166C (or 0xC2166C) is known color: Medium Violet Red. HEX triplet: C2, 16 and 6C. RGB value is (194,22,108). Sum of RGB (Red+Green+Blue) = 194+22+108=324 (42% of max value = 765). Red value is 194 (76.17% from 255 or 59.88% from 324); Green value is 22 (8.98% from 255 or 6.79% from 324); Blue value is 108 (42.58% from 255 or 33.33% from 324); Max value from RGB is 194 - color contains mainly: red. Hex color #C2166C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2166C is #3DE993. Grayscale: #535353. Windows color (decimal): -4057492 or 7083714. OLE color: 7083714.

HSL color Cylindrical-coordinate representation of color #C2166C: hue angle of 330º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C2166C is Cyan = 0, Magento = 0.89, Yellow = 0.44 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 22 108 -
CMYK 0 0.89 0.44 0.24
HSL 330º 0.8% 0.42% -
HSV(B) 330º 0.89% 0.76% -
XYZ 25.24 13.13 15.39 -
YUV 83.23 141.98 207.01 -
System Red Green Blue C M Y K H S L
Decimal 194 22 108 0 0.89 0.44 0.24 330 0.8 0.42
Hex C2 16 6C 0 59 2C 18 14A 50 2A
Octal 302 26 154 0 131 54 30 512 120 52
Binary 11000010 10110 1101100 0 1011001 101100 11000 101001010 1010000 101010

Color Harmonies of #C2166C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2166C

Black with #C2166C

Text Example


Text Example

White with #C2166C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2166C; }

 p { color: rgb(194,22,108); }

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

background-color css

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

 a { background-color: rgb(194,22,108); }

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

border-color css

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

 span { border-color: rgb(194,22,108); }

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