Html Css Color HEX #C2169F Medium Violet Red

📋 copy color: '#C2169F'

red 194 ◦ green 22 ◦ blue 159

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

Shades of Medium Violet Red #C2169F

Tints of Medium Violet Red #C2169F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 42.4%

R = 51.73%
G = 5.87%
B = 42.4%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.18

 K value IS 0.24

RGB Variations

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

Color information

#C2169F (or 0xC2169F) is known color: Medium Violet Red. HEX triplet: C2, 16 and 9F. RGB value is (194,22,159). Sum of RGB (Red+Green+Blue) = 194+22+159=375 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.73% from 375); Green value is 22 (8.98% from 255 or 5.87% from 375); Blue value is 159 (62.5% from 255 or 42.4% from 375); Max value from RGB is 194 - color contains mainly: red. Hex color #C2169F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C2169F is #3DE960. Grayscale: #585858. Windows color (decimal): -4057441 or 10426050. OLE color: 10426050.

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

Color convert

RGB 194 22 159 -
CMYK 0 0.89 0.18 0.24
HSL 312.21º 0.8% 0.42% -
HSV(B) 312.21º 0.89% 0.76% -
XYZ 28.79 14.55 34.09 -
YUV 89.05 167.48 202.86 -
System Red Green Blue C M Y K H S L
Decimal 194 22 159 0 0.89 0.18 0.24 312.21 0.8 0.42
Hex C2 16 9F 0 59 12 18 138 50 2A
Octal 302 26 237 0 131 22 30 470 120 52
Binary 11000010 10110 10011111 0 1011001 10010 11000 100111000 1010000 101010

Color Harmonies of #C2169F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2169F

Black with #C2169F

Text Example


Text Example

White with #C2169F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2169F; }

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

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

background-color css

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

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

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

border-color css

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

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

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