Html Css Color HEX #C3166F Medium Violet Red

📋 copy color: '#C3166F'

red 195 ◦ green 22 ◦ blue 111

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

Shades of Medium Violet Red #C3166F

Tints of Medium Violet Red #C3166F

RGB

 RED value IS 195 (76.56% from 255) = 59.45%

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

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

R = 59.45%
G = 6.71%
B = 33.84%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.43

 K value IS 0.24

RGB Variations

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

Color information

#C3166F (or 0xC3166F) is known color: Medium Violet Red. HEX triplet: C3, 16 and 6F. RGB value is (195,22,111). Sum of RGB (Red+Green+Blue) = 195+22+111=328 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.45% from 328); Green value is 22 (8.98% from 255 or 6.71% from 328); Blue value is 111 (43.75% from 255 or 33.84% from 328); Max value from RGB is 195 - color contains mainly: red. Hex color #C3166F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C3166F is #3CE990. Grayscale: #535353. Windows color (decimal): -3991953 or 7280323. OLE color: 7280323.

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

Color convert

RGB 195 22 111 -
CMYK 0 0.89 0.43 0.24
HSL 329.13º 0.8% 0.43% -
HSV(B) 329.13º 0.89% 0.76% -
XYZ 25.66 13.32 16.26 -
YUV 83.87 143.31 207.26 -
System Red Green Blue C M Y K H S L
Decimal 195 22 111 0 0.89 0.43 0.24 329.13 0.8 0.43
Hex C3 16 6F 0 59 2B 18 149 50 2B
Octal 303 26 157 0 131 53 30 511 120 53
Binary 11000011 10110 1101111 0 1011001 101011 11000 101001001 1010000 101011

Color Harmonies of #C3166F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3166F

Black with #C3166F

Text Example


Text Example

White with #C3166F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3166F; }

 p { color: rgb(195,22,111); }

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

background-color css

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

 a { background-color: rgb(195,22,111); }

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

border-color css

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

 span { border-color: rgb(195,22,111); }

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