Html Css Color HEX #C2316E Medium Red Violet

📋 copy color: '#C2316E'

red 194 ◦ green 49 ◦ blue 110

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

Shades of Medium Red Violet #C2316E

Tints of Medium Red Violet #C2316E

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.88%

 BLUE value IS 110 (43.36% from 255) = 31.16%

R = 54.96%
G = 13.88%
B = 31.16%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.43

 K value IS 0.24

RGB Variations

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

Color information

#C2316E (or 0xC2316E) is known color: Medium Red Violet. HEX triplet: C2, 31 and 6E. RGB value is (194,49,110). Sum of RGB (Red+Green+Blue) = 194+49+110=353 (46% of max value = 765). Red value is 194 (76.17% from 255 or 54.96% from 353); Green value is 49 (19.53% from 255 or 13.88% from 353); Blue value is 110 (43.36% from 255 or 31.16% from 353); Max value from RGB is 194 - color contains mainly: red. Hex color #C2316E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2316E is #3DCE91. Grayscale: #636363. Windows color (decimal): -4050578 or 7221698. OLE color: 7221698.

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

Color convert

RGB 194 49 110 -
CMYK 0 0.75 0.43 0.24
HSL 334.76º 0.6% 0.48% -
HSV(B) 334.76º 0.75% 0.76% -
XYZ 26.16 14.79 16.23 -
YUV 99.31 134.04 195.54 -
System Red Green Blue C M Y K H S L
Decimal 194 49 110 0 0.75 0.43 0.24 334.76 0.6 0.48
Hex C2 31 6E 0 4B 2B 18 14F 3C 30
Octal 302 61 156 0 113 53 30 517 74 60
Binary 11000010 110001 1101110 0 1001011 101011 11000 101001111 111100 110000

Color Harmonies of #C2316E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2316E

Black with #C2316E

Text Example


Text Example

White with #C2316E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2316E; }

 p { color: rgb(194,49,110); }

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

background-color css

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

 a { background-color: rgb(194,49,110); }

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

border-color css

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

 span { border-color: rgb(194,49,110); }

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