Html Css Color HEX #C3166A Medium Violet Red

📋 copy color: '#C3166A'

red 195 ◦ green 22 ◦ blue 106

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

Shades of Medium Violet Red #C3166A

Tints of Medium Violet Red #C3166A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 32.82%

R = 60.37%
G = 6.81%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.46

 K value IS 0.24

RGB Variations

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

Color information

#C3166A (or 0xC3166A) is known color: Medium Violet Red. HEX triplet: C3, 16 and 6A. RGB value is (195,22,106). Sum of RGB (Red+Green+Blue) = 195+22+106=323 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.37% from 323); Green value is 22 (8.98% from 255 or 6.81% from 323); Blue value is 106 (41.80% from 255 or 32.82% from 323); Max value from RGB is 195 - color contains mainly: red. Hex color #C3166A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C3166A is #3CE995. Grayscale: #535353. Windows color (decimal): -3991958 or 6952643. OLE color: 6952643.

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

Color convert

RGB 195 22 106 -
CMYK 0 0.89 0.46 0.24
HSL 330.87º 0.8% 0.43% -
HSV(B) 330.87º 0.89% 0.76% -
XYZ 25.39 13.22 14.85 -
YUV 83.3 140.81 207.67 -
System Red Green Blue C M Y K H S L
Decimal 195 22 106 0 0.89 0.46 0.24 330.87 0.8 0.43
Hex C3 16 6A 0 59 2E 18 14B 50 2B
Octal 303 26 152 0 131 56 30 513 120 53
Binary 11000011 10110 1101010 0 1011001 101110 11000 101001011 1010000 101011

Color Harmonies of #C3166A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3166A

Black with #C3166A

Text Example


Text Example

White with #C3166A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3166A; }

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

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

background-color css

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

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

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

border-color css

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

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

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