Html Css Color HEX #C2196B Medium Violet Red

📋 copy color: '#C2196B'

red 194 ◦ green 25 ◦ blue 107

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

Shades of Medium Violet Red #C2196B

Tints of Medium Violet Red #C2196B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 32.82%

R = 59.51%
G = 7.67%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.45

 K value IS 0.24

RGB Variations

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

Color information

#C2196B (or 0xC2196B) is known color: Medium Violet Red. HEX triplet: C2, 19 and 6B. RGB value is (194,25,107). Sum of RGB (Red+Green+Blue) = 194+25+107=326 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.51% from 326); Green value is 25 (10.16% from 255 or 7.67% from 326); Blue value is 107 (42.19% from 255 or 32.82% from 326); Max value from RGB is 194 - color contains mainly: red. Hex color #C2196B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2196B is #3DE694. Grayscale: #545454. Windows color (decimal): -4056725 or 7018946. OLE color: 7018946.

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

Color convert

RGB 194 25 107 -
CMYK 0 0.87 0.45 0.24
HSL 330.89º 0.77% 0.43% -
HSV(B) 330.89º 0.87% 0.76% -
XYZ 25.25 13.23 15.13 -
YUV 84.88 140.49 205.83 -
System Red Green Blue C M Y K H S L
Decimal 194 25 107 0 0.87 0.45 0.24 330.89 0.77 0.43
Hex C2 19 6B 0 57 2D 18 14B 4D 2B
Octal 302 31 153 0 127 55 30 513 115 53
Binary 11000010 11001 1101011 0 1010111 101101 11000 101001011 1001101 101011

Color Harmonies of #C2196B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2196B

Black with #C2196B

Text Example


Text Example

White with #C2196B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2196B; }

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

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

background-color css

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

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

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

border-color css

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

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

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