Html Css Color HEX #C2196F Medium Violet Red

📋 copy color: '#C2196F'

red 194 ◦ green 25 ◦ blue 111

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

Shades of Medium Violet Red #C2196F

Tints of Medium Violet Red #C2196F

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.58%

 BLUE value IS 111 (43.75% from 255) = 33.64%

R = 58.79%
G = 7.58%
B = 33.64%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.43

 K value IS 0.24

RGB Variations

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

Color information

#C2196F (or 0xC2196F) is known color: Medium Violet Red. HEX triplet: C2, 19 and 6F. RGB value is (194,25,111). Sum of RGB (Red+Green+Blue) = 194+25+111=330 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.79% from 330); Green value is 25 (10.16% from 255 or 7.58% from 330); Blue value is 111 (43.75% from 255 or 33.64% from 330); Max value from RGB is 194 - color contains mainly: red. Hex color #C2196F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2196F is #3DE690. Grayscale: #555555. Windows color (decimal): -4056721 or 7281090. OLE color: 7281090.

HSL color Cylindrical-coordinate representation of color #C2196F: hue angle of 329.47º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C2196F is Cyan = 0, Magento = 0.87, Yellow = 0.43 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 25 111 -
CMYK 0 0.87 0.43 0.24
HSL 329.47º 0.77% 0.43% -
HSV(B) 329.47º 0.87% 0.76% -
XYZ 25.47 13.31 16.27 -
YUV 85.34 142.49 205.51 -
System Red Green Blue C M Y K H S L
Decimal 194 25 111 0 0.87 0.43 0.24 329.47 0.77 0.43
Hex C2 19 6F 0 57 2B 18 149 4D 2B
Octal 302 31 157 0 127 53 30 511 115 53
Binary 11000010 11001 1101111 0 1010111 101011 11000 101001001 1001101 101011

Color Harmonies of #C2196F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2196F

Black with #C2196F

Text Example


Text Example

White with #C2196F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2196F; }

 p { color: rgb(194,25,111); }

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

background-color css

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

 a { background-color: rgb(194,25,111); }

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

border-color css

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

 span { border-color: rgb(194,25,111); }

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