Html Css Color HEX #C2197F Medium Violet Red

📋 copy color: '#C2197F'

red 194 ◦ green 25 ◦ blue 127

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

Shades of Medium Violet Red #C2197F

Tints of Medium Violet Red #C2197F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 36.71%

R = 56.07%
G = 7.23%
B = 36.71%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#C2197F (or 0xC2197F) is known color: Medium Violet Red. HEX triplet: C2, 19 and 7F. RGB value is (194,25,127). Sum of RGB (Red+Green+Blue) = 194+25+127=346 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.07% from 346); Green value is 25 (10.16% from 255 or 7.23% from 346); Blue value is 127 (50% from 255 or 36.71% from 346); Max value from RGB is 194 - color contains mainly: red. Hex color #C2197F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2197F is #3DE680. Grayscale: #565656. Windows color (decimal): -4056705 or 8329666. OLE color: 8329666.

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

Color convert

RGB 194 25 127 -
CMYK 0 0.87 0.35 0.24
HSL 323.79º 0.77% 0.43% -
HSV(B) 323.79º 0.87% 0.76% -
XYZ 26.43 13.7 21.33 -
YUV 87.16 150.49 204.21 -
System Red Green Blue C M Y K H S L
Decimal 194 25 127 0 0.87 0.35 0.24 323.79 0.77 0.43
Hex C2 19 7F 0 57 23 18 144 4D 2B
Octal 302 31 177 0 127 43 30 504 115 53
Binary 11000010 11001 1111111 0 1010111 100011 11000 101000100 1001101 101011

Color Harmonies of #C2197F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2197F

Black with #C2197F

Text Example


Text Example

White with #C2197F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2197F; }

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

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

background-color css

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

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

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

border-color css

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

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

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